1. What will be the output of below
1 point
Python code?
list1=[8,0,9,5)
print(list1-11)
[5,9,0,8]
(8,0,9)
(8,0,9,5]
[0,9,5]
Answers
Answered by
0
Answer:
(5,9,0,8) is a written answer to the question
Answered by
0
Answer:
5,9,0,8] will be the output of below Python code.
Similar questions