def square(x): return x * x x = square(3)print x
Not registered? Create an account
Forgot Password?
Already a registered user? Login