Computer Science, asked by benielbeniel23, 4 months ago

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 navneetsingh61206
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