Predict the output
List = [True, 50, 10] List.insert(2, 5) print(List, "Sum is: ", sum(List))
Correct Answer:
[True, 50, 5, 10] Sum is: 66
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Correct Answer:
[True, 50, 5, 10] Sum is: 66
need an explanation for this answer? contact us directly to get an explanation for this answer