add multiline comment - Python

multiline comment

Snippet Code


  
Rate this page :
  [ 0 votes]

You can add mulitline comment using triple quotes, either single like ''' or double like """.

"""This is a multiline comment eg in --python """

Tags


Ask Questions

Ask Question