Single Choice Not Set

QWhat will be the output after the following statements?
x = ['Sunday', 'Monday', 'Tuesday']
y = x[1] + x[2]
print(y)

ID: #3438 Python List MCQ 396 views
Question Info
#3438Q ID
Not SetDifficulty
Python List MCQTopic

Choose the Best Option

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

  • A MondayTuesday
  • B SundayMonday
  • C SunMonday
  • D Monday Tuesday
Correct Answer

Explanation

MondayTuesday

Share This Question

Challenge a friend or share with your study group.