aggiunge esercizio 5

This commit is contained in:
2026-04-08 09:10:29 +02:00
parent bbee305e17
commit de8d71e62b
+9
View File
@@ -0,0 +1,9 @@
Giovanni=3
Maria=5
Adamo=6
print(Giovanni, Maria, Adamo,sep=", ")
total_apples=Giovanni+Maria+Adamo
print("Mele totali", total_apples)