Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Дано код:s = "Python is fun"print(s.split())Що буде виведено?
['P', 'y', 't', 'h', 'o', 'n']
['Python', 'is', 'fun']
Python is fun
Помилка
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!