Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #94920
| Path | csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Paul Rubin <no.email@nospam.invalid> |
| Newsgroups | comp.lang.python |
| Subject | Re: I'm a newbie and I'm still stumped... |
| Date | Mon, 03 Aug 2015 00:14:18 -0700 |
| Organization | A noiseless patient Spider |
| Lines | 5 |
| Message-ID | <87io8wkfn9.fsf@jester.gateway.sonic.net> (permalink) |
| References | <D1E0EED9.10BBA2%Dwight@GoldWinde.com> <mailman.1171.1438585158.3674.python-list@python.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain |
| Injection-Info | mx02.eternal-september.org; posting-host="d4217d68945dedf510265c644f2a7daa"; logging-data="4833"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19enfgm42G6eCgaHajfxxtx" |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
| Cancel-Lock | sha1:gZknO5bUwdkhTgCgC5Fk0D42OwM= sha1:Tjmx4Wovf7atNyfQtYy0zKyagI4= |
| Xref | csiph.com comp.lang.python:94920 |
Show key headers only | View raw
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