Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #94927
| X-FeedAbuse | http://nntpfeed.proxad.net/abuse.pl feeded by 78.192.65.63 |
|---|---|
| Path | csiph.com!usenet.pasdenom.info!nntpfeed.proxad.net!news.muarf.org!news.roellig-ltd.de!open-news-network.org!weretis.net!feeder1.news.weretis.net!news.albasani.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
| Return-Path | <goldwinde@hotmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.013 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'string.': 0.04; 'subject:still': 0.09; 'python': 0.10; '>on': 0.16; 'input.': 0.16; 'received:65.55.116.7': 0.16; 'skip:> 20': 0.16; 'wrote:': 0.16; 'input': 0.18; '>>>': 0.20; '(all': 0.22; 'header:In-Reply- To:1': 0.24; 'header:User-Agent:1': 0.26; 'paul.': 0.29; 'books': 0.30; 'url:mailman': 0.30; 'url:python': 0.33; 'url:listinfo': 0.34; 'instead': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'stuff': 0.38; 'mean': 0.38; 'does': 0.39; 'url:mail': 0.40; 'to:addr:python.org': 0.40; 'treats': 0.84 |
| X-TMN | [sUQTiwe9XEqNdyhSXjaTNSpSLnHSWh5z] |
| X-Originating-Email | [goldwinde@hotmail.com] |
| User-Agent | Microsoft-MacOutlook/14.4.7.141117 |
| Date | Mon, 3 Aug 2015 16:19:24 +0800 |
| Subject | FW: I'm a newbie and I'm still stumped... |
| From | Dwight Hotmail <GoldWinde@hotmail.com> |
| To | Python Python <python-list@python.org> |
| Thread-Topic | I'm a newbie and I'm still stumped... |
| References | <D1E0EED9.10BBA2%Dwight@GoldWinde.com> <mailman.1171.1438585158.3674.python-list@python.org> <87io8wkfn9.fsf@jester.gateway.sonic.net> <D1E5421D.10C040%Dwight@GoldWinde.com> |
| In-Reply-To | <D1E5421D.10C040%Dwight@GoldWinde.com> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset="US-ASCII" |
| Content-Transfer-Encoding | 7bit |
| X-OriginalArrivalTime | 03 Aug 2015 08:21:51.0950 (UTC) FILETIME=[733EEEE0:01D0CDC5] |
| X-Mailman-Approved-At | Mon, 03 Aug 2015 12:35:57 +0200 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1177.1438598158.3674.python-list@python.org> (permalink) |
| Lines | 30 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1438598158 news.xs4all.nl 2854 [2001:888:2000:d::a6]:46599 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:94927 |
Show key headers only | View raw
On 8/3/15, 4:07 PM, "Dwight GoldWinde" <Dwight@GoldWinde.com> wrote:
>Thank you, Paul.
>
>But does this mean I am not using Python 3.4?
>
>BIG SMILE...
>
>Always, Dwight
>
>
>www.3forliving.key.to (video playlist on YouTube)
>www.couragebooks.key.to (all my books on Amazon)
>
>
>
>
>
>
>On 8/3/15, 3:14 PM, "Paul Rubin" <no.email@nospam.invalid> wrote:
>
>>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.
>>--
>>https://mail.python.org/mailman/listinfo/python-list
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