MCPcopy Index your code
hub / github.com/geekcomputers/Python / stack.py

File stack.py

stack.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Python program to reverse a string using stack
2
3# Function to create an empty stack.
4# It initializes size of stack as 0

Callers

nothing calls this directly

Calls 1

reverseFunction · 0.85

Tested by

no test coverage detected