Advertisements
Advertisements
प्रश्न
Which of the following statement(s) would give an error during the execution of the following code?
tup = (20, 30, 40, 50, 80, 79)
print(tup) #Statement 1
print(tup[3] + 50) #Statement 2
print(max(tup)) #Statement 3
tup[4]=80 #Statement 4विकल्प
Statement 1
Statement 2
Statement 3
Statement 4
MCQ
Advertisements
उत्तर
Statement 4
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
