21.4. π©βπ» Clean UpΒΆ
Congrats! Weβve solved the problem now, but our code isnβt very nice to read. We can clean it up now and remove the print statements.
Before you keep reading...
Runestone Academy can only continue if we get support from individuals like you. As a student you are well aware of the high cost of textbooks. Our mission is to provide great books to you for free, but we ask that you consider a $10 donation, more if you can or less if $10 is a burden.
We can also fix the comments so that they arenβt so obvious.
At this point, the code has been cleaned up fully - you could easily write the comments in a different way but this should be easy for other programmers to understand, and ourselves to understand if we come back to the code days, weeks, or months later!