InterviewSolution
Saved Bookmarks
| 1. |
How many type of operator in python |
| Answer» Arithmetic, Relational, Assignment, Logical, Membership, Identity, and Bitwise Operators with their syntax and examples. Python operator is a symbol that performs an operation on one or more operands. | |