For practice

numbers = [1, 3, 4, 2]

Sorting list of Integers in ascending

numbers.sort()

print(numbers)

Built With

Share this project:

Updates