Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53599
| 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 |
example: print "hello" # print comment +"world" => single line comment print "hello" '''print comment''' +"world" => multiple line comment
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll 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