Python Programming Language MCQ Python Tuple MCQ
⚠ Report ✓ Question Verified Copy Link
a=("Amita", "How", "are", "you", "a") for i in range(len(a)): if(a[i]=="a"): print(a[i])
Learn More MCQ Questions from Python Programming Language MCQ Python Tuple MCQ