Find out the output of the following python code,
a=[9,0,-2,5,6,-9]
a.sorto
print(a)
Select one:
O a.{-9, -2, 0, 5, 6, 9)
O b. (-9, -2, 5, 6, 9)
O c. (-9, -2, 0, 5, 6, 9)
O d. [-9, -2, 0, 5, 6, 9]
Answers
Answered by
0
Answer:
Find out the output of the following python code,
a=[9,0,-2,5,6,-9]
a.sorto
print(a)
Select one:
O a.{-9, -2, 0, 5, 6, 9)
O b. (-9, -2, 5, 6, 9)
O c. (-9, -2, 0, 5, 6, 9)
O d. [-9, -2, 0, 5, 6, 9]
Explanation:
hi hello
Similar questions