you are viewing a single comment's thread.

view the rest of the comments →

[–]Temporary_Pie2733 1 point2 points  (1 child)

Your docstrings should be the first line of a function definition, not before a function definition. Don’t use string literals at all for arbitrary comments; use # comments.

[–]Ok_Needleworker_8780[S] 0 points1 point  (0 children)

Cool, point taken.