A tiny bit of an issue with one of the Code Projects
Hi there everyone I think I might have found a tiny bit of an issue with one of the Code Projects. It is more of a logical problem than a bug or anything. You see, in "Python for Beginners" course, under "Control Flow" section, there is "BMI Calculator" Code Project. I solved it using a primitive code: https://code.sololearn.com/cB7LlI4PHdhR Now, the problem is that while I _intentionally_ constructed the dictionary with extra spaces as you can see, the final result is still accepted as a solution to the project. While I can see why the tailing spaces might have been omitted to accept the answer, from an educational standpoint this results in bad learning habit probably. I mean it might be better to tell the learner that while their answer is acceptable but it contains extra elements or spaces that must be corrected so the answer becomes fully acceptable What do you think? Thank you