Single Choice
Not Set
QWrite the output of the following:
a=("Hello","How","are","you")
for i in a:
print(a.index(i),end=" ")
ID: #3709
Python Tuple MCQ
213 views
Question Info
#3709Q ID
Not SetDifficulty
Python Tuple MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
0 1 2 3
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic