- A ['today', 'tomorrow ', 'not now']
- B [' today', ' tomorrow', 'not now']
- C ['today', 'tomorrow', 'notnow']
- D ['today', 'tomorrow', 'not now']
Python Programming Language MCQ Python List MCQ
⚠ Report ✓ Question Verified Copy Link
a = [' today', ' tomorrow ', 'not now'] print([x.strip() for x in a])
Learn More MCQ Questions from Python Programming Language MCQ Python List MCQ