Answers for "comment all selected lines in python"

14

python multiline comment

def increase_salary(sal,rating,percentage):
    """ increase salary base on rating and percentage
    rating 1 - 2 no increase
    rating 3 - 4 increase 5%
    rating 4 - 6 increase 10%
 
    """
Posted by: Guest on May-15-2020
0

comment all selected lines in python

Select relevant lines to be commented, then use ctrl+/
Posted by: Guest on June-12-2020

Code answers related to "comment all selected lines in python"

Python Answers by Framework

Browse Popular Code Answers by Language