fork download
  1. print ("Введіть ім’я");
  2. a=readline();
  3. print("Привіт ", a );
  4.  
Success #stdin #stdout 0.05s 19188KB
stdin
Standard input is empty
stdout
Введіть ім’я
Привіт   null