Skip to content

Commit

Permalink
soluzione esercizio 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ergirius committed Oct 6, 2021
1 parent 714d99f commit 79b8af9
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
print("inserisci il numero di bottiglie ")
#faccio mettere i valori delle bottiglie
picbot = float(input('Inserisci il numero di bottiglie inferiori a un litro '))
grabot = float(input('Inserisci il numero di bottiglie superiori a un litro '))
valtot=(picbot*0.1)+(grabot*0.25)

print(f"il valore da restituire è: " + str(valtot))

0 comments on commit 79b8af9

Please sign in to comment.