fork download
  1. def foo():
  2. pass
  3.  
  4. print(foo())
  5.  
  6. #https://pt.stackoverflow.com/q/452575/101
Success #stdin #stdout 0.02s 9204KB
stdin
Standard input is empty
stdout
None