summaryrefslogtreecommitdiff
path: root/ATRI
diff options
context:
space:
mode:
Diffstat (limited to 'ATRI')
-rw-r--r--ATRI/test.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/ATRI/test.py b/ATRI/test.py
deleted file mode 100644
index cb15c44..0000000
--- a/ATRI/test.py
+++ /dev/null
@@ -1,10 +0,0 @@
-a = [
- {'a': 1},
- {'a': 2}
-]
-
-from random import randint
-
-print(a)
-print(a[randint(0, len(a)) - 1])
-print(len(a)) \ No newline at end of file