Initial release
This commit is contained in:
9
SW IV On passe en vitesse lumière.py
Normal file
9
SW IV On passe en vitesse lumière.py
Normal file
@@ -0,0 +1,9 @@
|
||||
x = 999
|
||||
y = 312
|
||||
z = 663
|
||||
|
||||
while 10*x>y:
|
||||
x = (y * z) % 10000
|
||||
y = (3 * z) % 10000
|
||||
z = (7 * z) % 10000
|
||||
print("{},{},{}".format(x, y, z))
|
||||
Reference in New Issue
Block a user