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
Is string immutable ?
What does the 'yield' keyword do in python?
Multiply all elements of a list without writing a loop?
Is python is better than java?
Explain the shortest way to open a text file and display its contents?
Is python is a case sensitive?
How dir() function is used in python?
How do I sleep in python?
What are some good python projects?
What is the use of map in python?
Tell me what is negative index in python?
What are the key features of using python?
Give an example for join() and split() funcitons
Tell me what is the difference between list and tuple?
Why was the language called as Python?