MCPcopy 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
4def _input(message):
5 return input(message).strip().split(" ")
6
7
8def initialize_unweighted_directed_graph(

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected