الرجوع
تسجيل الدخول

What is the output of the following code?

numbers = [17, 123]
numbers[1] = 5
print(numbers)