- A "Hello","How","are","you"
- B 0 1 2 3
- C 0 2 3
- D Error
Python Programming Language MCQ Python Tuple MCQ
⚠ Report ✓ Question Verified Copy Link
a=("Hello","How","are","you")
for i in a:
print(a.index(i),end=" ")
Learn More MCQ Questions from Python Programming Language MCQ Python Tuple MCQ