MCQ Single Best Answer Not Set

QWrite the output of the following:
t1 = (23, 45, 67, 43, 21, 41)
print(t1[1:2])

ID: #3681 Python Tuple MCQ 130 views
Question Info
#3681Q ID
Not SetDifficulty
Python Tuple MCQTopic

Choose the Best Option

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

  • A (45,)
  • B (45)
  • C (45, 67)
  • D None of the above
Correct Answer: Option A

Explanation

(45,)

Share This Question

Challenge a friend or share with your study group.