3 lines
41 B
Text
3 lines
41 B
Text
|
|
a = {2,4,3,1,2}
|
||
|
|
print(a:sort():unpack())
|