Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the various types of operators in Python?

Answers were Sorted based on User's Feedback



What are the various types of operators in Python?..

Answer / 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

What are the various types of operators in Python?..

Answer / 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

More Python Interview Questions

Tell me the use of // operator in python?

0 Answers  


How can you keep track of different versions of code?

0 Answers  


What is difference between match & search in regex module in python?

0 Answers  


What does the enum function in python do?

0 Answers  


What are literals in python?

0 Answers  


Why is it important?

0 Answers  


What is the use of metaclass in python?

0 Answers  


Explain the use of try: except raise, and finally?

0 Answers  


What is the process to get the home directory using ‘~' in python?

0 Answers  


What is a docstring comment?

0 Answers  


What is pylintrc?

0 Answers  


Should I learn c++ or python?

0 Answers  


Categories