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

What is the output of the following code?

s = 'pining for the fjords'
t = s.split()
print(t)