Programming Language Python Tuple MCQ Question #3708
Single Choice Not Set

QWrite the output of the following :
a=("Hello","How","are","you")
for i in a:
    print(i,end=" ")

ID: #3708 Python Tuple MCQ 184 views
Question Info
#3708Q 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 Hello , How , are , you
  • C Hello How are you
  • D Error
Correct Answer

Explanation

Hello How are you

Share This Question

Challenge a friend or share with your study group.