This commit is contained in:
Laurent Perron
2018-12-29 10:45:17 +01:00
parent ad9f9ab5ac
commit df535e6166
2 changed files with 2 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ def main():
print(" - number of projects = ", num_pr)
print(" - number of years = ", num_years)
print(' - input pr')
print(' - input production')
for p in range(num_pr):
for y in range(num_years):
if pr[p][y] == 0: