Rewrite solution code generation

This commit is contained in:
2024-11-28 19:46:02 +01:00
parent d622fda7a9
commit 2c18c59f51
3 changed files with 36 additions and 32 deletions

12
test.py Normal file
View File

@@ -0,0 +1,12 @@
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)