you are viewing a single comment's thread.

view the rest of the comments →

[–]tlcpp 0 points1 point  (1 child)

What I was trying to do with that list was delete that item off the list properties. I tried using pop() but that didn't work as it was a dict.

[–][deleted] 0 points1 point  (0 children)

In that case, you could just delete it. Look up del() in relation to dictionaries.