From 86254cafe373281706938eaedc4dce7951175978 Mon Sep 17 00:00:00 2001 From: kaluwedana Date: Fri, 1 Oct 2021 15:34:07 +0530 Subject: [PATCH] update 1.py --- 1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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