How to change the way the commenting code
how to comment the current line or selected block of source code, not starting from the first character in the line:
# print()
but starting from the first non white character in the line or block (preserving indentation):
#print()
Please sign in to leave a comment.