how to make multiple lines comment in python subline text code example

Example 1: multiline comment python

# Python doesn't support multi-line comment blocks out of the box.
# The recommended way to comment out multiple lines of code in Python is
# to use consecutive single-line comments.
# feelsbadman

Example 2: how to comment multiple lines in python ion sublime text

To comment Multiple Lines over Sublime Text for a python Code

For Mac Users:
  Press: 'cmd' + '/'
    
For Windows Users:
   Press: 'ctrl' + '/'