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