Created
May 2, 2022 16:25
-
-
Save mym0404/f2efb32c230ac1d8a2117be63234f20f to your computer and use it in GitHub Desktop.
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
stack = [] | |
stack.append(5) | |
stack.pop() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment