how does not work nested comment in python?

vnkumbhani at gmail.com vnkumbhani at gmail.com
Wed Sep 4 02:13:29 EDT 2013


example: 
 
print "hello" # print comment +"world"    => single line comment
print "hello" '''print comment''' +"world"   => multiple line comment



More information about the Python-list mailing list