Hello I want to create a comment section right next to all my code lines for documentation purposes. I have over 1000 lines of code and I don't want to place all the # by myself.
The result I want to achieve:
code() # comment
code() # comment
code() # comment
code() # comment
Is there a way to do this automaticly?
