what do you mean by term operator in python
Answers
Answered by
1
Explanation:
In Python, operators are special symbols that designate that some sort of computation should be performed. The values that an operator acts on are called operands.
Similar questions