When writing code in Python, it’s important to make sure that your code can be easily understood by others, say by your tutor who wants to see your code or even yourself when revising.
A shortcut for adding comments is by using CTRL + / on the sentence you wanna comment (when on colab and VS Code)