fork download
  1. # your code goes hername
  2. name = "Джон"
  3. print('Привет, ', name, '!')
Success #stdin #stdout 0.12s 14020KB
stdin
Standard input is empty
stdout
Привет,  Джон !