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

What is the output of the following code?

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