Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ _input
Function
_input
graphs/basic_graphs.py:4–5 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
2
3
4
def
_input(message):
5
return
input(message).strip().split(
" "
)
6
7
8
def
initialize_unweighted_directed_graph(
Callers
4
initialize_unweighted_directed_graph
Function · 0.85
initialize_unweighted_undirected_graph
Function · 0.85
initialize_weighted_undirected_graph
Function · 0.85
basic_graphs.py
File · 0.85
Calls
1
split
Method · 0.80
Tested by
no test coverage detected