Odpowiedź:
lista = [6, 4, 7, 2, 9]
lista.sort()
print(lista)
Wyjaśnienie:
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
Odpowiedź:
lista = [6, 4, 7, 2, 9]
lista.sort()
print(lista)
Wyjaśnienie: