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! While you're at it, check out some resources Treehouse students have shared here.

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

Python

.format()

On one of the challenges, it's asking me to use the .format() method to add my name to the string "Treehouse loves {}" but Im not able to correctly type the code. I really love how my first day is panning out. I just hope me already having questions does not indicate what my future looks like in Web Developing.

1 Answer

It should look something like this

"Treehouse loves {}".format("levi")

Don't get discouraged. There is a lot to take in when you are first starting out. Everyone was a beginner at some point.

Man the support systems great, Thank you Brian.... Greatly appreciated.