alexmojaki / futurecoder

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

NameError: name 'all_equal' is not defined #437

Open Alex-Gunn opened 10 months ago

Alex-Gunn commented 10 months ago

Location: https://futurecoder.io/course/#CombiningAndAndOr Steps to reproduce: do all the exercises and attempt to run the suggested solution. Bug: all_equal function is not defined Screenshot describing the issue is attached.

Solution_Glitch

alexmojaki commented 10 months ago

It's not a special function like assert_equal that futurecoder is meant to provide. It refers to the exercise from two pages ago when users were asked to define that function. But you're not the first person to bring this up, so I agree the course text could be changed to be clearer. Thanks for the feedback!