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

Reply via email to