Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!panix!not-for-mail From: Grant Edwards Newsgroups: comp.lang.python Subject: Re: question about input() and/or raw_input() Date: Sun, 19 Jan 2014 16:14:48 +0000 (UTC) Organization: PANIX Public Access Internet and UNIX, NYC Lines: 13 Message-ID: References: NNTP-Posting-Host: c-24-118-110-103.hsd1.mn.comcast.net X-Trace: reader1.panix.com 1390148088 8434 24.118.110.103 (19 Jan 2014 16:14:48 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Sun, 19 Jan 2014 16:14:48 +0000 (UTC) User-Agent: slrn/1.0.1 (Linux) Xref: csiph.com comp.lang.python:64296 On 2014-01-18, Terry Reedy wrote: > On 1/18/2014 1:30 PM, Roy Smith wrote: >> Pardon me for being cynical, but in the entire history of the universe, >> has anybody ever used input()/raw_input() for anything other than a >> homework problem? > > Homework problems (and 'toy' programs, such as hangman), whether in a > programming class or elsewhere, are one of the intended use cases of > Python. How else would you get interactive input without the complexity > of a gui? sys.stdin.readline()