fork download
  1. name = input("Как Вас зовут? ")
  2. print("Привет,",name)
Runtime error #stdin #stdout #stderr 0.11s 23408KB
stdin
Standard input is empty
stdout
Как Вас зовут? 
stderr
Traceback (most recent call last):
  File "./prog.py", line 1, in <module>
EOFError: EOF when reading a line