03 Jul 2020

Python - AttrbiuteError

  • python
  • error
  • AttributeError is raised when an attribute reference or assignment fails.

    Example

    x = 10
    x.append(6)