fork download
  1. a = 'hello'
  2. b = 'everybody'
  3. y = a + b*3
  4. print(y)
Success #stdin #stdout 0.09s 14116KB
stdin
Standard input is empty
stdout
helloeverybodyeverybodyeverybody