Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "ShoppingListApp.py", line 96, in <module>
  3. List = Add_to_List(additive, List)
  4. File "ShoppingListApp.py", line 50, in Add_to_List
  5. List.append(additive)
  6. AttributeError: 'function' object has no attribute 'append'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement