Closed Parth-Vader closed 7 years ago
moboff initialise doesn't work with python 2 because of the difference in input() and raw_input().
moboff initialise
input()
raw_input()
Will do this
moboff initialise
doesn't work with python 2 because of the difference ininput()
andraw_input()
.