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: if i[0] != 'y': for j in y: print(j, end=' ')
Learn More MCQ Questions from Python Programming Language MCQ Python List MCQ