Created
August 29, 2026 23:32
-
-
Save mypy-play/a5ced7be57ddc469300b41e3e3a508a2 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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