MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / get_int

Function get_int

Python/CP_Templates.py:143–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141
142
143def get_int():
144 return int(stdin.readline().strip())
145
146
147def get_tuple():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected