Home python python comments python comments Ectechview December 18, 2018 0 comments Share: Facebook Twitter Google+ Pinterest Whatsapp Python Comments Python has commenting capability for the purpose of in-code documentation. Comments start with a #, and Python will render the rest of the line as a comment: Example Comments in Python: #This is a comment.print("Hello, World!")
No comments