fork download
  1. def hui():
  2. pizda()
  3.  
  4. def pizda():
  5. print('pizda')
  6.  
  7.  
  8. hui()
  9.  
  10.  
Success #stdin #stdout 0.02s 9112KB
stdin
Standard input is empty
stdout
pizda