Computer Science, asked by akshaybhardwaj987154, 5 months ago

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 ranchoddasvaishnav0
0

Answer:

(5,9,0,8) is a written answer to the question

Answered by palak85219
0

Answer:

5,9,0,8] will be the output of below Python code.

Similar questions
Math, 2 months ago