Initial release
This commit is contained in:
8
Désamorçage d'un explosif I.py
Normal file
8
Désamorçage d'un explosif I.py
Normal file
@@ -0,0 +1,8 @@
|
||||
sn = "797114"
|
||||
|
||||
u = int(sn[:3])
|
||||
n = int(sn[3:])
|
||||
|
||||
for i in range(n):
|
||||
u = int(str(u*13)[-3:])
|
||||
print(u)
|
||||
Reference in New Issue
Block a user