2.py 87 B

1234
  1. import random
  2. a = [random.randint(-100000, 100000) for i in range(1500)]
  3. a = sorted(a)