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 is an operator in python?

Answer Posted / glibwaresoftsolutions

An operator is a symbol that performs a specific operation on one, two, or more operands. Common operators include arithmetic, logical, relational, bitwise, and others.
Example:
```python
# Arithmetic operators
result = 5 + 3
```

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What good is recursion?

995


What are the advantages of python?

877


How to improve performance of this code?

899


What is the difference between args and kwargs?

882


How lists is differentiated from tuples?

1140


Write a program to reverse the string?

948


List out atleast two loop control statements?

980


How do I copy an object in python?

1094


Is there a main in python?

1001


Python or r: which one would you prefer for text analytics?

923


Get the cartesian product of a series of lists?

886


Explain me what are the key features of python?

875


How is Python used in web development?

998


What are python decorators? 8) What is the difference ...

972


What is the output for the following code?

974