Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ get_tuple
Function
get_tuple
Python/CP_Templates.py:147–148 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
146
147
def
get_tuple():
148
return
map(int, stdin.readline().split())
149
150
151
def
get_list():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected