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

Could someone please help me with the Python Code challenge?

I need help, I tried a number of attempts none in which were working.

Here is the link to my code challenge. http://teamtreehouse.com/library/python-basics/ins-outs/ins-outs

It is part number three in which I need help on.

Here is my code.

name = "Leon"

treehouse = "Tree" + "house"

email_greeting = print(treehouse + " loves " + name)

2 Answers

You don't have to use "print" for email_greeting to take in the "name" and "treehouse" variables.

Thank you very much, I did not know that.

You're welcome! Glad I could help!