aboutsummaryrefslogtreecommitdiff
path: root/Semestr 3/pf/lista6/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'Semestr 3/pf/lista6/test.py')
-rw-r--r--Semestr 3/pf/lista6/test.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/Semestr 3/pf/lista6/test.py b/Semestr 3/pf/lista6/test.py
deleted file mode 100644
index 2163ab6..0000000
--- a/Semestr 3/pf/lista6/test.py
+++ /dev/null
@@ -1,14 +0,0 @@
-import random
-import sys
-
-random.seed(sys.argv[1])
-
-t = []
-n = int(sys.argv[2])
-t = [1]
-print(n)
-
-fir i in range(n):
- ojc = random.choice(t)
- print(i, ojc)
- t.append(i) \ No newline at end of file