Computer Science

Give two examples of each of the following:

  1. Arithmetic operators
  2. Relational operators

Python Funda

2 Likes

Answer

  1. Arithmetic Operators — +, -

  2. Relational Operators — >, ==

Answered By

2 Likes


Related Questions