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

What is the output of the following code?

t = ['a', 'b', 'c']
t.append('d')
print(t)