Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #48959
| From | John Gordon <gordon@panix.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: How can i fix this? |
| Date | 2013-06-23 00:53 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <kq5gto$7to$1@reader2.panix.com> (permalink) |
| References | <b0872ec1-36c4-4e6f-9a5b-c826d508ea6c@googlegroups.com> <mailman.3707.1371937535.3114.python-list@python.org> <54f1fb77-355b-4796-824f-1ee29c402720@googlegroups.com> |
In <54f1fb77-355b-4796-824f-1ee29c402720@googlegroups.com> =?UTF-8?B?0JHQvtGA0LjRgdC70LDQsiDQkdC+0YDQuNGB0LvQsNCy0L7Qsg==?= <hexofbane@gmail.com> writes:
> > > while 1:
> > > name=raw_input("What is your name? ")
> > > if name == "bobi":
> > print "Hello Master!"
> > break
> > > else: print "error"
> this doesent help me at all
Then you'll have to explain why, exactly, it doesn't help. Simply saying
"this doesn't help me" is very unhelpful to *us*.
Does it produce a syntax error?
Does it run, but produce the wrong output?
Some other reason?
--
John Gordon A is for Amy, who fell down the stairs
gordon@panix.com B is for Basil, assaulted by bears
-- Edward Gorey, "The Gashlycrumb Tinies"
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How can i fix this? Борислав Бориславов <hexofbane@gmail.com> - 2013-06-22 14:31 -0700
Re: How can i fix this? Peter Otten <__peter__@web.de> - 2013-06-22 23:46 +0200
Re: How can i fix this? Борислав Бориславов <hexofbane@gmail.com> - 2013-06-22 14:50 -0700
Re: How can i fix this? Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-22 16:55 -0600
Re: How can i fix this? John Gordon <gordon@panix.com> - 2013-06-23 00:53 +0000
Re: How can i fix this? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-06-22 22:53 +0100
Re: How can i fix this? Борислав Бориславов <hexofbane@gmail.com> - 2013-06-22 18:35 -0700
csiph-web