Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Michael McDonald
455 PointsPython Basics .format Method
I know this question has been asked answered three separate times already, but those solutions aren't helping me.
https://teamtreehouse.com/library/python-basics/python-data-types/string-formatting
name = "Michael"
subject = "Treehouse loves {}.".format(name)
Error message is " Bummer! Be sure to use the {}
placeholder and the .format()
method."
1 Answer

Jeremy Hill
29,567 PointsI bet if you remove your period inside your parenthesis that it will work.
Michael McDonald
455 PointsMichael McDonald
455 PointsThank you very much!
code_checker_rating -= 1