example: print "hello" # print comment +"world" => single line comment print "hello" '''print comment''' +"world" => multiple line comment -- https://mail.python.org/mailman/listinfo/python-list
- how does not work nested comment in python? vnkumbhani
- Re: how does not work nested comment in python? Vlastimil Brom
- Re: how does not work nested comment in python? Dave Angel