a = 3 b = 1 print(a, b) a, b = b, a print(a, b)
Not registered? Create an account
Forgot Password?
Already a registered user? Login