Computer Science, asked by aayushrai870, 6 months ago

Identify the valid arithmetic operator in Python from the following

i) ? ii) < iii) **

iv) and​

Answers

Answered by CoderRishav
2

Answer:

** - it's use as power, eg 2**2 means 2² which is equal to 4 .

Similar questions