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
Which method will be used to delete a file ?
What is __ new __ in python?
What are the 3 types of loops?
What is the output of this below query?
Does python supports hybrid inheritance?
How will you share global variables across modules?
What is time sleep in python?
Tell me what is pickling and unpickling?
What are the disadvantages of Python Recursion?
Explain accessor and mutator methods in python?
Explain inheritance in python with example?
Give an example to capital first letter of a string?
Why was the language called as Python?
Explain me what are the key features of python?
What is the difference between range() and xrange() functions in python?