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

Choose the Best Option

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

  • A '8779'
  • B '193'
  • C '9587'
  • D '166'
Correct Answer: Option A

Explanation

'8779'

Share This Question

Challenge a friend or share with your study group.