This commit is contained in:
Dainius
2017-05-04 17:51:32 +03:00
parent 2054cf3ca3
commit dc95f367b8

View File

@@ -27,7 +27,7 @@ import sys
# Python 3 does not have raw_input, whereas Python 2 has and it's more secure
try:
in put = raw_input
input = raw_input
except NameError:
pass