Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
9
def
createStack():
10
stack = []
11
return
stack
12
13
14
# Stack is empty when stack size is 0
Callers
1
stackF_Harsh2255.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected