This is for Python
numbers = [7, 3, 6, 9, 0]
print(numbers.sort())
Output: [0, 3, 6, 7, 9]
numbers = [7, 3, 6, 9, 0]
print(numbers.sort(reverse = True))
Output: [9, 7, 6, 3, 0]
Where ARE the books that you borrowed?
C vraiment très facile
Si tu a besoin d’aide recontacter moi
AI is a technology that can do thing that humans are doing. So in future humans don’t have to these AI will do it for us.