Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #94920
| From | Paul Rubin <no.email@nospam.invalid> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: I'm a newbie and I'm still stumped... |
| Date | 2015-08-03 00:14 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <87io8wkfn9.fsf@jester.gateway.sonic.net> (permalink) |
| References | <D1E0EED9.10BBA2%Dwight@GoldWinde.com> <mailman.1171.1438585158.3674.python-list@python.org> |
Dwight GoldWinde <Dwight@GoldWinde.com> writes:
> word = input('Enter a word ')
Use raw_input instead of input. In python 2.x, input treats the stuff
you enter as a Python expression instead of a string.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: I'm a newbie and I'm still stumped... Dwight GoldWinde <Dwight@GoldWinde.com> - 2015-08-03 14:57 +0800
Re: I'm a newbie and I'm still stumped... Paul Rubin <no.email@nospam.invalid> - 2015-08-03 00:14 -0700
FW: I'm a newbie and I'm still stumped... Dwight Hotmail <GoldWinde@hotmail.com> - 2015-08-03 16:19 +0800
Re: I'm a newbie and I'm still stumped... Dave Farrance <df@see.replyto.invalid> - 2015-08-03 09:27 +0100
Re: I'm a newbie and I'm still stumped... Dwight GoldWinde <Dwight@GoldWinde.com> - 2015-08-03 16:56 +0800
Re: I'm a newbie and I'm still stumped... Jussi Piitulainen <jpiitula@ling.helsinki.fi> - 2015-08-03 12:49 +0300
csiph-web