Everything to the right of # is ignored : Comments « Introduction « Python Tutorial






# Print the circumference of the circle: 
print 2 * 3.14 * 4
1.3.Comments
1.3.1.Everything to the right of # is ignored