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
What is the best free ide for python?
What are the two types of functions in python?
Is python a keyword in python?
What tuple means?
How do you convert a list of integers to a comma separated string?
What are the use of sets in python?
What is the purpose of doc strings in python?
How will you sort a list?
What is unlink in python?
Is there a switch or case statements in python?if not what is the reason for the same?
What is the function of gil in python?
Explain the use of decorators?
What happens when you execute the statement mango=banana in python?
In python,how to read a file line-by-line into a list?
What is python __ repr __?