.Comments

Comment out multiple lines There is no block commenting in Python (an equivalent for /* */ in C).  In VSCode, select the lines and use ‘CTRL’+’/’ to comment and uncomment the block

Read More