Skip to content

Instantly share code, notes, and snippets.

@mym0404
Created May 2, 2022 16:25
Show Gist options
  • Save mym0404/f2efb32c230ac1d8a2117be63234f20f to your computer and use it in GitHub Desktop.
Save mym0404/f2efb32c230ac1d8a2117be63234f20f to your computer and use it in GitHub Desktop.
stack = []
stack.append(5)
stack.pop()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment