Remove test script

This commit is contained in:
2024-11-28 19:48:05 +01:00
parent fb9e85552a
commit 878c21be4f

12
test.py
View File

@@ -1,12 +0,0 @@
import math
matrikel_nr = 10019865
geloest = 1234567654321
key = 2937
code = 0
for i in range(13):
code += math.pow(10, i) * 3
print(code)
print((code + matrikel_nr) * 237)