4.3.7. 주석
# First comment
print "Hello, Python!" # second commentname = "Madisetti" # This is again comment'''
This is a multiline
comment.
'''Last updated
Was this helpful?
# First comment
print "Hello, Python!" # second commentname = "Madisetti" # This is again comment'''
This is a multiline
comment.
'''Last updated
Was this helpful?
Was this helpful?