RosettaCodeData/Task/Sort-an-integer-array/11l/sort-an-integer-array-1.11l

3 lines
31 B
Plaintext

nums = [2,4,3,1,2]
nums.sort()