fork download
  1. def nested(label):
  2. print(label)
  3. F = nested
  4. F('spam')
Success #stdin #stdout 0.02s 9244KB
stdin
Standard input is empty
stdout
spam