Answer Posted / nashiinformaticssolutions
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 list comprehension how to define it and when to use?
Can a constructor be inherited?
What is python shell and idle?
Is del the same as remove()? What are they?
What is wrong with the code?
What is a pass in python?
What do you understand by the term deep copy?
Can I learn python in a month?
What is __init__?
What is PEP8?
Can python replace bash?
What is the usage of help() function in python?
What is abc abstractmethod?
How do I delete a file?
What are the arithmetic operators that python supports?