How do i write comments in my python script?



  • Use the # of single lined comments, like this:

    # Splice the mainbrace!

    or for multi-lined comments, like this:

    " " "
    Splice the mainbrace!
    and
    Shipshape
    " " "

    3 Single quote also do the same thing:

    ' ' '
    Splice the mainbrace!
    and
    Shipshape
    ' ' '


Log in to reply
 

© Lightnetics 2024