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 |
How do I run python?
What language is python written in?
How do I convert a string to a number?
Explain Inheritance in Python?
How do you make 3d plots/visualizations using numpy/scipy?
Do you know what is the difference between deep and shallow copy?
Name few python checkers for debugging?
What is a private method?
What is the difference between read and readlines in python?
What is tail recursion?
How do you calculate the length of a string?
What is abstract class in python?