Computer Science

Give two examples of each of the following:

  1. Arithmetic operators
  2. Relational operators

Python Funda

3 Likes

Answer

  1. Arithmetic Operators — +, -

  2. Relational Operators — >, ==

Answered By

3 Likes


Related Questions