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

Function createStack

stackF_Harsh2255.py:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8# Function to create a stack. It initializes size of stack as 0
9def createStack():
10 stack = []
11 return stack
12
13
14# Stack is empty when stack size is 0

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected