MCQ
Single Best Answer
Not Set
QWrite the output of the following:
a=("Amita", "How", "are", "you", "a")
for i in range(len(a)):
if(a[i]=="a"):
print(a[i])
ID: #3711
Python Tuple MCQ
202 views
Question Info
#3711Q ID
Not SetDifficulty
Python Tuple MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option C
Explanation
a
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic