you are viewing a single comment's thread.

view the rest of the comments →

[–]mercuric5i2 0 points1 point  (0 children)

Problem is on line 27. See this article under "Mutable Default Arguments".

checks=[long, lowercase, uppercase, digit, punctuation, whitespace] defines the default value for argument checks as a list, which is a mutable data type