Programming Language Python Tuple MCQ Question #3709
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

Choose the Best Option

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

  • A "Hello","How","are","you"
  • B 0 1 2 3
  • C 0 2 3
  • D Error
Correct Answer

Explanation

0 1 2 3

Share This Question

Challenge a friend or share with your study group.