L1=[‘this’,’is’,’a’,’dictionary’]
L2=[‘this’,[ ‘is’,’another’] ,’list’]
Find out an output of the following:
i) L1[3][4]. ii) L2[1][1][2].upper()
Answers
Answered by
1
Answer:
1-) Output= i
2-) Output= O
please mark the answer brainliest
Similar questions