MCPcopy Index your code
hub / github.com/geekcomputers/Python / createStack

Function createStack

stack.py:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3# Function to create an empty stack.
4# It initializes size of stack as 0
5def createStack():
6 stack = []
7 return stack
8
9
10# Function to determine the size of the stack

Callers 1

reverseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected