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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Hello
  • B How
  • C a
  • D you
Correct Answer: Option C

Explanation

a

Share This Question

Challenge a friend or share with your study group.