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 uuid used for?
Why is python so slow?
If a function does not have a return statement, is it valid?
How to find max length of any given sublist?
Why is python good for beginners?
Which method removes leading and trailing blanks in a string?
What is the encapsulation?
Tell me what are generators in python?
What is python in simple words?
Is python is a case sensitive?
What is redis python?
What does ** (double star/asterisk) and * (star/asterisk) do for parameters?
How is python an interpreted language?
What is pythonpath?
What does strip () do python?