fork download
  1. # your code goes here
  2. var='Python'
  3. print(var + 'entered')
Success #stdin #stdout 0.01s 7236KB
stdin
Standard input is empty
stdout
Pythonentered