Код: Выделить всё
a, b = map(int, input("").split(""))
print(a)
Код: Выделить всё
File "", line 1
2 3
^
SyntaxError: unexpected EOF while parsing
Пожалуйста, помогите
Подробнее здесь: https://stackoverflow.com/questions/520 ... nput-split
Код: Выделить всё
a, b = map(int, input("").split(""))
print(a)
Код: Выделить всё
File "", line 1
2 3
^
SyntaxError: unexpected EOF while parsing