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
list some of the data science libraries in python
What is the difference between methods & constructors?
How can you keep track of different versions of code?
What is the difference between list and tuple?
What is python known for?
How to read a 10gb (or larger) file size in python?
Write a code to display the current time.
How do you sort a list alphabetically in python with sort function?
Explain assert in action?
What does the meaning of gil in python language?
How do I reverse the range of a python order?
Which method is used to arrange the items in a list in ascending order in python?
What is the difference between range () and xrange () in python 3?
How to check the string consists of alphanumeric characters ?
How would you check if MySQLdb is installed?