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

What is the output of the following code?

t = ['a', 'b', 'c', 'd', 'e', 'f']
t[1:3] = ['x', 'y']
print(t)