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