fork download
  1. # your code goes here
  2. print("Hi")
  3. print(2+8)
  4.  
Success #stdin #stdout 0.04s 9400KB
stdin
Standard input is empty
stdout
Hi
10