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 Python Basics (Retired) Ins & Outs Ins & Outs

Now, create a variable named treehouse by combining two strings, "Tree" and "house"? Can you explain the question to me

I'm stuck on a question, can you explain for me what to do but without telling me the answer please.

2 Answers

Hi Cole,

They are asking you to try string concatenation (adding 2 strings together) and assign it to a variable. So in the first part of this challenge you may be did this, created a variable name: '''python name = "Cole" '''

Now they want you to create another variable... but it should be the result of adding those 2 strings.

Hope this helps!

Thanks Parshant,

The feedback helped me with the question and I was able to correct myself with a simple error. Thank you it help alright!