Explain about python operators?
Answer / 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 |
What is raw string in python?
What are the difference between python and java?
“In Python, functions are first-class objects.” What do you infer from this?
What does input () do in python?
What is with open in python?
Why is not all memory freed when Python exits?
Name few python web frameworks for developing web applications?
How is “self” explicitly defined in a method?
Please explain when is the python decorator used?
Can a class extend itself?
What is the speciality of python?
What is the optional statement used in a try except statement in Python?