What is the output of the following code:
string = "Python is fun"
print(string.split())
print(string.split())
What is the output of the following code:string = "Python is fun" Correct Answer Python is fun
print(string.split())
মোঃ আরিফুল ইসলাম
Feb 20, 2025