SyntaxFix
Write A Post
Hire A Developer
Questions
You can use three quotes to do it.
You can use single quotes:
def myfunction(para1,para2): ''' The stuff inside the function '''
Or double quotes:
def myfunction(para1,para2): """ The stuff inside the function """