< BACKMake Note | BookmarkCONTINUE >
156135250194107072078175030179198180024228156016206217188240240204173118092009208060066067

Comments

As with most scripting and Unix-shell languages, the hash/pound ( # ) sign signals that a comment begins right from the # and continues till the end of the line.

					
>>> # one comment
>>> print 'Hello World!'   # another comment
Hello World!

				


Last updated on 9/14/2001
Core Python Programming, © 2002 Prentice Hall PTR

< BACKMake Note | BookmarkCONTINUE >

© 2002, O'Reilly & Associates, Inc.