fix typo
This commit is contained in:
@@ -27,7 +27,7 @@ import sys
|
|||||||
|
|
||||||
# Python 3 does not have raw_input, whereas Python 2 has and it's more secure
|
# Python 3 does not have raw_input, whereas Python 2 has and it's more secure
|
||||||
try:
|
try:
|
||||||
in put = raw_input
|
input = raw_input
|
||||||
except NameError:
|
except NameError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user