See All Titles |
![]() ![]() CommentsAs 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!
|
© 2002, O'Reilly & Associates, Inc. |