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.
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!
You have attempted of activities on this page