Skip to content

Instantly share code, notes, and snippets.

@acbart
Created July 18, 2015 04:21
Show Gist options
  • Save acbart/6187aeef8131a6d85f0f to your computer and use it in GitHub Desktop.
Save acbart/6187aeef8131a6d85f0f to your computer and use it in GitHub Desktop.
good = [0,1,2,3]
good.append(5)
bad = "Not a list"
bad.append(5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment