MCQ
Single Best Answer
Not Set
QWrite the output of the following:
t1 = ((101,"Amit",98),(102,"Geetu",95),(103,"Manoj",87),(104,"Sawan",79))
str(t1[2][2]) + str(t1[3][2])
ID: #3699
Python Tuple MCQ
211 views
Question Info
#3699Q ID
Not SetDifficulty
Python Tuple MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option A
Explanation
'8779'
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic