Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daviddrysdale/python-phonenumbers
/ prompt
Function
prompt
python/appspot.py:22–24 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
20
21
22
def
prompt(msg):
23
result = input(msg)
24
return
result.strip()
25
26
27
def
prompt_or_default(msg, default):
Callers
2
interactive_query
Function · 0.85
prompt_or_default
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected