Created
June 18, 2021 15:00
-
-
Save Seanny123/b6f893a14fd9b03003c78a8144848aa3 to your computer and use it in GitHub Desktop.
An example of a bug which Pylint would find
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def append_number(num, numbers=[]): | |
numbers.append(num) | |
return numbers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment