Computer Science, asked by aayushrai870, 5 months ago

Identify the valid arithmetic operator in Python from the following

D? i) < iii) **

iv) and​

Answers

Answered by neherkararchana11
0

Explanation:

The operator // is used for valid arithmetic operation in the Python.

Answered by Anonymous
0

Answer:

iii)** is the valid arithmetic operator

Example: 4**2=4^2=16

It acts as a function of exponent in Python.

Similar questions