Saved Bookmarks
| 1. |
What are the different operators that can be used in Python? |
|
Answer» In computer programming languages operators are special symbols which represent computations, conditional matching etc. The value of an operator used is called operands. Operators are categorized as Arithmetic, Relational, Logical, Assignment etc |
|