Python Programming Language MCQ Python List MCQ
⚠ Report ✓ Question Verified Copy Link
x = ["Yesterday's", "Today's", "Tomorrow's"] y = ['temperature'] for i in x: print(i, end=' ') for j in y: print(j, end=' ')
Learn More MCQ Questions from Python Programming Language MCQ Python List MCQ