def solve(a): a = [1, 3, 5]a = [2, 4, 6]print(a)solve(a)print(a)
Not registered? Create an account
Forgot Password?
Already a registered user? Login