Closed Vector919 closed 9 years ago
changed input() to raw_input()
input()
raw_input()
@Luminarys i know for future reference I'm going to need to change the way input() works for python2 and 3 compatibility
changed
input()
toraw_input()