Код: Выделить всё
a,b,c =input("enter three values").split()
Код: Выделить всё
File "ddd.py", line 76, in
a,b,c =input().split()
File "", line 1
1 2 3
^
SyntaxError: invalid syntax
Подробнее здесь: https://stackoverflow.com/questions/737 ... n-terminal
Мобильная версия