Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.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.039 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'executes': 0.09; 'subject:question': 0.10; 'python': 0.11; '(without': 0.16; 'received:65.55.116.7': 0.16; 'input': 0.22; 'to:name:python- list@python.org': 0.22; 'received:65.55.116': 0.24; 'header:In- Reply-To:1': 0.27; 'point': 0.28; 'skip:- 40': 0.29; 'chris': 0.29; 'kevin': 0.30; 'disk': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'major': 0.40; 'received:65.55.116.40': 0.84; 'received:blu0-omc1-s29.blu0.hotmail.com': 0.84 X-TMN: [knLFAM/djr1shEdsl9Uh/HXA6E5/7/a5] X-Originating-Email: [carlosnepomuceno@outlook.com] From: Carlos Nepomuceno To: "python-list@python.org" Subject: RE: Newbie question about evaluating raw_input() responses Date: Thu, 23 May 2013 01:55:59 +0300 Importance: Normal In-Reply-To: References: <534d7800-14c1-430b-85fb-dd703c2acc4d@googlegroups.com>, , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 22 May 2013 22:55:59.0614 (UTC) FILETIME=[86C819E0:01CE573F] X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369263367 news.xs4all.nl 15872 [2001:888:2000:d::a6]:40991 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45755 ----------------------------------------=0A= > From: alister.ware@ntlworld.com=0A= [...]=0A= > Kevin=0A= >=0A= > Please write out 1000 time (without using any form of loop)=0A= >=0A= > "NEVER use input in python <3.0 it is EVIL"*=0A= >=0A= > as Chris A point out it executes user input an can cause major damage=0A= > (reformatting the hard disk is not impossible!)=0A= >=0A= =0A= Indeed! input is eval(raw_input())! lol =