Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down