fork download
  1. name = input("Как тебя зовут? ")
  2. print("Привет,", name + "!")
Success #stdin #stdout 0.03s 9252KB
stdin
Name
stdout
Как тебя зовут? Привет, Name!