From 32f485c8eacf88e5503878266c43dc2aca54a14a Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Tue, 10 Jan 2023 14:34:38 +0800 Subject: [PATCH] some sort --- test/nuitka/sort.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/nuitka/sort.py diff --git a/test/nuitka/sort.py b/test/nuitka/sort.py new file mode 100644 index 0000000..17ad880 --- /dev/null +++ b/test/nuitka/sort.py @@ -0,0 +1,6 @@ + +import random + +test_list = [random.randint(0, 1_0000) for x in range(1_10000)] + +