list1 = [1,5]list2 = list1list1[0] = 0print(list2)
Not registered? Create an account
Forgot Password?
Already a registered user? Login