You can comment out multiple lines in Python using the same syntax as regular single-line comments:
#Comment line 1 #Comment line 2 #Comment line 3
You can comment out multiple lines in Python using the same syntax as regular single-line comments:
#Comment line 1 #Comment line 2 #Comment line 3