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.
>>> # first comment >>> print 'Hi Comments' #second comment Hi 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.
>>> # first comment >>> print 'Hi Comments' #second comment Hi Comments