alexmojaki / futurecoder

100% free and interactive Python course for beginners
https://futurecoder.io/
MIT License
1.27k stars 132 forks source link

Change name_triangle_spaced step to use visible character instead of spaces #435

Open alexmojaki opened 1 year ago

alexmojaki commented 1 year ago

A user inserted spaces before each character instead of after and couldn't see what was wrong.

Yorwba commented 7 months ago

I observed someone running into the same issue with this step. But wouldn't a more general solution be to highlight diffs between actual and expected output so that all kinds of small differences become easier to spot?

alexmojaki commented 7 months ago

Yes, that kind of thing would be great, it's just a lot more work to implement.