fork download
  1. def f():
  2. def g():
  3. pass
  4. print(g.__qualname__)
  5.  
  6. f()
Success #stdin #stdout 0.02s 9084KB
stdin
Standard input is empty
stdout
f.<locals>.g