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

What is the output of the following code?

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