fork download
  1. #U3RlcHVrb3Zh
  2.  
  3. name = input("Введіть ваше ім'я: ")
  4.  
  5.  
  6. print (f"Привіт, {name}! Гарного вам дня.")
Success #stdin #stdout 0.09s 14004KB
stdin
Mari
stdout
Введіть ваше ім'я: Привіт, Mari! Гарного вам дня.