Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created August 29, 2026 23:32
Show Gist options
  • Select an option

  • Save mypy-play/a5ced7be57ddc469300b41e3e3a508a2 to your computer and use it in GitHub Desktop.

Select an option

Save mypy-play/a5ced7be57ddc469300b41e3e3a508a2 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
x = []
x.append(2)
x.append("test")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment