max_streak = 0 current_streak = 0 for value in resultday:
if value == 0: current_streak += 1 max_streak = max(max_streak, current_streak) else: current_streak = 0 # Reset the streak if the value is not zero
print(f"\nMaximum number of consecutive days without production: {max_streak}")
Vous avez entré un nom de page invalide, avec un ou plusieurs caractères suivants :
< > @ ~ : * € £ ` + = / \ | [ ] { } ; ? #