a = [1, 2, 3]a = tuple(a)a[0] = 2print(a)
Not registered? Create an account
Forgot Password?
Already a registered user? Login