fork download
  1. def a():
  2. porridge = 123\
  3.  
  4. def b():
  5. porridge = 123\
  6. ;print('hui')
  7.  
  8. a()
  9. b()
Success #stdin #stdout 0.02s 9128KB
stdin
Standard input is empty
stdout
hui