fork download
  1. import dis
  2.  
  3. def f(x):
  4. class Foo:
  5. print(x)
  6.  
  7. f('hello')
Success #stdin #stdout 0.02s 9168KB
stdin
Standard input is empty
stdout
hello