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