Is there a generally accepted way to comment functions in Python? Is the following acceptable?

#########################################################
# Create a new user
#########################################################
def add(self):

11 Answers
11

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *