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 |
Is Python an easy-to-learn language
How can I find the methods or attributes of an object in python?
What is egg and wheel in python?
How does raw_input work in python 3?
What is <yield> keyword in python?
Do you know how memory is managed in python?
How many functions are in python?
How do you monitor the code flow of a program in python?
What is flask- wtf? Explain its features.
How to write multiple statements in a single line in python?
How do you count loops in python?
How to write a text from from another text file in python ?