Python Programming Language MCQ Python Built-in Functions MCQ
⚠ Report ✓ Question Verified Copy Link
x = '''Today is a nice day. Let's go for a walk. We'll also go to the park.''' y = x.split('\n') print(y)
Learn More MCQ Questions from Python Programming Language MCQ Python Built-in Functions MCQ