6.List1=[10,45,18,60,48,16]
List1.sort()
print(List1)
What will be the output?
Answers
Answered by
1
Answer:
Output is [ 10, 16, 18, 45, 48, 60]
Similar questions
Computer Science,
2 months ago
Math,
2 months ago
Math,
4 months ago
Math,
11 months ago
Math,
11 months ago