not sure if python 3x or 2x (1 Viewer)

FredFredkinsonA

New Member
Joined
Jan 27, 2013
Messages
1
Gender
Undisclosed
HSC
N/A
One does not simply use input() for string values anymore...
I suggest replace every instance of input() with raw_input() and see if it works, also, python 2.7 and 3.0 are basically the same, except no libraries work with 3.0.

NOTE: Only replace input() with raw_input() for the string inputs, not the integer input/s!
 
Last edited:

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top