Answer Posted / seshadri d
Python operators divided in 7 types:-
1.Arithmetic operators
2.Assignment operators
3.Relationship operators
4.Logical operators
5.Identity operators[ is and is not]
6.Membership operators[in and not in]
7. Bitwise operators
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are Tuples immutable?
Explain try, raise, and finally?
What does if __name__ == “__main__”: do?
What does == mean?
Does python have do-while loop statements?
Narrate the difference between python arrays and lists.
How can you access a module written in python from c?
Is c++ required for learning python?
Can a beginner learn python?
What does sorted do in python?
What will be the output of ['!!welcome!!']*2?
Are there any interfaces to database packages in python?
How many kinds of operators do we have in python? Explain arithmetic operators?
Is there a reverse function in python?
How is python different from java?