Untitled

 avatar
user_0321856
plain_text
5 months ago
263 B
3
Indexable
print("goals for water consumption for a day")
print(".....................................")
water = float(input("how much water(in L) have you drank today: "))
if water>=7:
    print("great job keep it up")
if water<7:
    print("do better drink more tommorow")
Editor is loading...
Leave a Comment