Untitled
user_0321856
plain_text
a year ago
263 B
4
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