Closed jgreener64 closed 6 years ago
Here we assign to the variable list, which goes against http://docs.quantifiedcode.com/python-anti-patterns/correctness/assigning_to_builtin.html.
list
In this example it doesn't break anything, but better to be safe than sorry?
Thanks @jgreener64 !
Here we assign to the variable
list
, which goes against http://docs.quantifiedcode.com/python-anti-patterns/correctness/assigning_to_builtin.html.In this example it doesn't break anything, but better to be safe than sorry?