Question 14:
What will be the O/P? test = 3, 4.6, "ben" print(test[-2])
0 ("ben', 3)
O ("ben', 4.6)
ben', 3
O
Error
Answers
Answered by
0
Explanation:
some mistakes are there in code
if we try this code to get out put it excicutes an error statement
if we rectifies this code we will get the output '4.6'
Similar questions