mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
4 lines
89 B
Python
4 lines
89 B
Python
import random
|
|
|
|
a = [random.randint(-100000, 100000) for i in range(100000)]
|
|
a = sorted(a) |