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