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 does the ‘#’ symbol do in Python?

Answer Posted / nashiinformaticssolutions

The `#` symbol is used to add comments in Python. Comments are not executed and are intended to explain the code for the benefit of developers.
Example:
python
# This is a comment

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is python so slow?

944


What is the keyword to import a module in python?

839


Why cannot lambda forms in Python contain statements?

1167


How to call an external command in python?

1076


How would you work with numbers other than those in the decimal number system?

899


How is a .pyc file different from a .py file?

902


What is print format value interpolation?

916


Differentiate between deep and shallow copy in python?

907


Explain how can you generate random numbers in python?

924


What is the use of assertions in python?

1113


What is difference between panda series and dictionary in python?

964


What is the tool used to check python code standards?

982


What is difference between set and list in python?

890


How memcached should not be used in your python project?

1001


Explain split(), sub(), subn() methods of “re” module in python.

964