Answer Posted / glibwaresoftsolutions
Arithmetic operators**: `+`, `-`, `*`, `/`, `//`, `%`, `
Relational operators**: `==`, `!=`, `<`, `>`, `<=`, `>=`
Logical operators**: `and`, `or`, `not`
Bitwise operators**: `&`, `|`, `^`, `~`, `<<`, `>>`
Identity operators**: `is`, `is not`
Membership operators**: `in`, `not in`
Assignment operators**: `=`, `+=`, `-=`, `*=`, `/=`, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between list and set in python?
What is the use of metaclass in python?
What is enumerate() explain its uses?
How does determine the python manage the memory?
What are the different file-processing modes with python?
How do you sort a list in descending in python?
What are the types of variables in python?
Is geany free?
How do you get a list of all the keys in a dictionary in python?
Explain about cookies in python?
Does facebook use python?
Why is python so popular?
Why python language is called python?
What are the rules for global and local variables in python?
Which is fastest implementation of python?