Computer Science, asked by rohitthakur62790, 4 months ago

6.List1=[10,45,18,60,48,16]
List1.sort()
print(List1)
What will be the output?

Answers

Answered by divyanshigola17
1

Answer:

Output is [ 10, 16, 18, 45, 48, 60]

Similar questions