fork download
  1. # your code goes here
  2. print("hello, world")
  3. a=("alice")
  4.  
  5. print("a")
  6.  
Success #stdin #stdout 0.03s 9148KB
stdin
Standard input is empty
stdout
hello, world
a