Python: AttributeError - GeeksforGeeks
https://www.geeksforgeeks.org/python-attributeerror16.12.2019 · So in this type of problem, we get an error called “AttributeError”. Suppose if the variable is list type then it supports the append method. Then there is no problem and not getting”Attribute error”. Note: Attribute errors in Python are generally raised when an invalid attribute reference is made. There are a few chances of getting AttributeError.