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 trialAjaykumar Baindla
278 PointsI need help here
I unable to complete task 2 help me out
print(favorite_color, input("the color mauve is a great color"))
2 Answers
Daniel Jong
3,904 PointsHi Ajaykumar,
1) Right now, you already have your color stored in favorite_color, therefore you don't need another input.
2) Try to rewatch the previous video check out how to combine and print out the string. (Tips: try to put favorite_color in the middle of the string :))
All the best.
Ajaykumar Baindla
278 PointsThankyou i got it :)