def f (x): return x**2 print f(8)g = lambda x: x**2 print g(8)
Name (required)
email (will not be published) (required)
Website