This commit is contained in:
Geoffrey Frogeye 2019-03-20 22:24:24 +01:00
parent 6b40e8800e
commit b61376c953

1
scripts/ter Executable file → Normal file
View file

@ -23,7 +23,6 @@ prices = dict()
for i in range(N):
for j in range(N-1, i, -1):
print(trajet_str(i, j))
p = None
while not isinstance(p, float):
try: