]> Untitled Git - axy/ft/python00.git/commitdiff
Fixed text
author= <=>
Mon, 5 Jan 2026 14:51:22 +0000 (15:51 +0100)
committer= <=>
Mon, 5 Jan 2026 14:51:22 +0000 (15:51 +0100)
ex4/ft_water_reminder.py

index d3490c0aa7c4c032590b686d8d431bd883e7e17f..e4f95bc1518c134395e606c2d6fa97f29d374342 100644 (file)
@@ -1,6 +1,6 @@
 def ft_water_reminder():
     days: int = int(input("Days since last watering: "))
     if days > 2:
-        print("Water the plants")
+        print("Water the plants!")
     else:
         print("Plants are fine")