Translations:Dimensionner la récupération d'eau de pluie pour être autonome/197/en

volume0_input = input("\n\nIf you want to correct the initial volume value(L) for iterations, enter your value, otherwise hit enter") try:

   _=float(volume0_input)
   volume0=_

except Exception as err:

   print(f"\ntype error or empty user value, continuing with volume0={volume0}L")