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

How can I evaluate an arbitrary python expression from c?

0 Answers  


What is python unit test?

0 Answers  


How many items are in a list python?

0 Answers  


Is python a scripting or programming?

0 Answers  


How will you convert a list into a string?

0 Answers  


What is GiL in python programming language?

0 Answers  


What is python slice()?

0 Answers  


What is pass in python? What are the differences between pass and continue?

0 Answers  


Why is not all memory freed when Python exits?

0 Answers  


What are the use of sets in python?

0 Answers  


What are benefits of python?

0 Answers  


Whenever you exit python, is all memory de-allocated?

0 Answers  


Categories