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