DEV Community

Discussion on: Python for Beginners - Part 2 - Input, Error and String

Collapse
 
lucianopereira86 profile image
LUCIANO DE SOUSA PEREIRA

Thanks for the interest.
What bug do you see?

Collapse
 
sinewalker profile image
Mike Lockhart • Edited

In strings.py, full_name will always be "Luciano Pereira".

But I don't want to give away why: it's good for a beginner to figure it out themselves. For this reason, I also feel it would actually be good to leave the bug there, don't fix it for the post 🙂

Here is a hint: Try running it and entering another name, then do a "desk check" or step through with Code's debugger and see if you can spot it.