fork download
  1. def printBooty():
  2. print("Booty")
  3.  
  4. printBooty()
Success #stdin #stdout 0.04s 9364KB
stdin
Standard input is empty
stdout
Booty