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 trialvamosrope14
14,932 PointsCan someone help me make a few tweaks to my code?
.
1 Answer
Steven Parker
231,236 PointsI didn't see any variable access issues. But it looks like when an existing name is entered, the script will go into an infinite loop. A quick fix is to move the last "prompt" statement out of the "else" block, so it will always be done regardless of the condition.
Also, "flag" isn't being reset inside the loop, so if a previous search was successful, the next one won't detect a "not found" condition.