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?

Answers were Sorted based on User's Feedback



What does the ‘#’ symbol do in Python?..

Answer / nashiinformaticssolutions

‘#’ is used to comment on everything that comes after on the line

Is This Answer Correct ?    0 Yes 0 No

What does the ‘#’ symbol do in Python?..

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

What does the ‘#’ symbol do in Python?..

Answer / glibwaresoftsolutions

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

More Python Interview Questions

What is the python interactive console or python shell?

0 Answers  


Why pypy is faster than python?

0 Answers  


Which is best python or r?

0 Answers  


How do you check whether the two variables are pointing to the same object in python?

0 Answers  


Is python 0 based?

0 Answers  


What does == mean in python?

0 Answers  


What is the __ init __ method used for?

0 Answers  


What is data type set in python and how to work with it?

0 Answers  


What is the difference between range () and xrange () in python 3?

0 Answers  


How can I merge two python dictionaries in a single expression?

0 Answers  


What is key lambda in python?

0 Answers  


How do you split a string in python?

0 Answers  


Categories