fork download
  1. # your code goes here
  2. print("hello world!")
  3. print(3*2)
Success #stdin #stdout 0.04s 9548KB
stdin
Standard input is empty
stdout
hello world!
6