MCQ Practice Single Best Answer Topic: Python List MCQ

Q What will be the output after the following statements?
x = ['Today', 'nice', 'day']
print(x[0] + ' is a ' + x[1] + x[2])

Question ID
#3980
Subchapter
Python List MCQ
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A Today is a niceday
  • B Today is a nice day
  • C Todayis aniceday
  • D Todayisaniceday
Correct Answer: A

Explanation

Today is a niceday

Share This Question

Share this MCQ with your friends or study group.