0
Why doesn't this work? What to do to fix it?
http://www.sololearn.com/app/sololearn/playground/c3ID0AISySVc/ the input does not work
2 ответов
+ 1
1) x = input()
not input(x)
2) indent your code with 4 spaces, not 2, 3 or tab
0
thank you very much
http://www.sololearn.com/app/sololearn/playground/c3ID0AISySVc/ the input does not work