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 trialtangtai chen
4,844 Pointsi think im getting the right code
i got the code right and tried in real python i won't let me pass plz make the app smarter
name = 'tai'
subject = 'Treehouse loves {}'
subject.format(name)
1 Answer
Ricardo Hill-Henry
38,442 PointsFor this challenge they want you to format it at the moment the variable is created
subject = 'Treehouse loves {}'.format(name)
tangtai chen
4,844 Pointstangtai chen
4,844 Pointsgot it, thx for the help