def cube(x): return x**3 print cube(4) print globals()