Closed GoogleCodeExporter closed 9 years ago
hi vanessa,
thanks for reporting! unfortunately, input uses eval, which is not be supported
by
shedskin (as it's too dynamic.) what you can do instead is use raw_input. if you
always want an integer, for example, you might use this something like this:
a = int(raw_input())
merci beaucoup!
mark.
Original comment by mark.duf...@gmail.com
on 12 Jan 2009 at 2:55
merci :D
Original comment by Vanessa1...@googlemail.com
on 12 Jan 2009 at 3:49
Original issue reported on code.google.com by
Vanessa1...@googlemail.com
on 12 Jan 2009 at 1:05