4
Reply

The comment tag in Python ?

    Jun, 2018 3 In python we can comment in two ways; 1-By using # symbol- for single line comment & 2-By using triple quotes("""....""")- for the multiple line comment

    In python we can comment in two ways; 1-By using # symbol- for single line comment & 2-By using triple quotes("'...."')- for the multiple line comment

    hash # tag is used for comments in python.

    #