Message139911
| Author |
dgorbachev |
| Recipients |
amaury.forgeotdarc, dgorbachev, ned.deily, ronaldoussoren |
| Date |
2011年07月06日.00:19:46 |
| SpamBayes Score |
0.003243609 |
| Marked as misclassified |
No |
| Message-id |
<1309911584.65149.YahooMailRC@web160609.mail.bf1.yahoo.com> |
| In-reply-to |
<1309723682.92.0.53850862859.issue12482@psf.upfronthosting.co.za> |
| Content |
Hi Amaury,
Thank you very much for your email.
Actually what happedded is that I mistakenly used input() function in place of
raw_input() as it is in the book.
raw_input correctly inputs bob and 'bob', while input() inputs correctly 'bob'
only and complains about bob.
I will definitely check the usage of input() with bob in Python 3 when I install
it.
Best regards
Dmitry
----- Original Message ----
From: Amaury Forgeot d'Arc <report@bugs.python.org>
To: dgorbachev@yahoo.com
Sent: Sun, July 3, 2011 4:08:02 PM
Subject: [issue12482] input() not working correctly on Mac OS X
Amaury Forgeot d'Arc <amauryfa@gmail.com> added the comment:
You are certainly using Python 2 with code designed for Python 3...
Can you check?
----------
nosy: +amaury.forgeotdarc
_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue12482>
_______________________________________ |
|