Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ random_int
Function
random_int
random-sentences.py:16–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
16
def
random_int():
17
return
random.randint(0, 4)
18
19
20
def
random_sentence():
Callers
1
random_sentence
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected