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 trialHerbert Showalter
1,514 PointsSecond Challenge makes first challenge no longer passing.
Second challenge makes first challenge no longer passing. Are there some videos that I have missed? Both of these challenges aren't based off of the previous lessons.
full_name = "Herbert Showalter"
name_list = full_name.split(" ")
1 Answer
Chris Freeman
Treehouse Moderator 68,441 PointsRemember to retain your code from Task 1 while working on Task 2. Usually, when you see the error "Task 1 is no longer passing" it is due to a syntax error in new code that is causing the checker to fail.
You're posted code passes Task 1. Can you post the code you're using for Task 2 if you're still having problems?