Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #53599

how does not work nested comment in python?

Newsgroups comp.lang.python
Date 2013-09-03 23:13 -0700
Message-ID <551579b9-951e-4f46-bb10-488d39eac6a7@googlegroups.com> (permalink)
Subject how does not work nested comment in python?
From vnkumbhani@gmail.com

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

how does not work nested comment in python? vnkumbhani@gmail.com - 2013-09-03 23:13 -0700
  Re: how does not work nested comment in python? Vlastimil Brom <vlastimil.brom@gmail.com> - 2013-09-04 09:55 +0200
  Re: how does not work nested comment in python? Dave Angel <davea@davea.name> - 2013-09-04 12:08 +0000

csiph-web