fork download
  1. # your code goes here
  2. x="hello OK"
  3. print(x)
  4. print("bay bay good job")
Success #stdin #stdout 0.07s 14160KB
stdin
Standard input is empty
stdout
hello OK
bay bay good  job