some sort

This commit is contained in:
shenjack 2023-01-10 14:34:38 +08:00
parent 5bb407cff2
commit 32f485c8ea

6
test/nuitka/sort.py Normal file
View File

@ -0,0 +1,6 @@
import random
test_list = [random.randint(0, 1_0000) for x in range(1_10000)]