Q23
What is the output of the following code:string = "Python is fun"print(string.split())
A.
['Python', 'is', 'fun']
B.
Python is fun
AnswerC.
P y t h o n i s f u n
D.
['Python is fun']
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board