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: 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 To: Python Python Thread-Topic: I'm a newbie and I'm still stumped... References: <87io8wkfn9.fsf@jester.gateway.sonic.net> In-Reply-To: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On 8/3/15, 4:07 PM, "Dwight GoldWinde" 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" wrote: > >>Dwight GoldWinde 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