diff --git a/1.py b/1.py index c7cc314..c1e66f9 100644 --- a/1.py +++ b/1.py @@ -11,7 +11,7 @@ print(f"He's {my_weight} pounds heavy.") print("Actually that's not too heavy.") print(f"He's got {my_eyes} eyes and {my_hair} hair.") -print(f"His teeth are usually {my_teeth} depending on the coffee.") +print(f"His teeth are usually {my_teeth} depending on the coffee..") # this line is tricky, try to get it exactly right total = my_age + my_height + my_weight