Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mrinank-Bhowmick/python-beginner-projects
/ get_user_input
Function
get_user_input
projects/text-translate/main.py:32–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
31
32
def
get_user_input():
33
return
input(
"Enter the text to translate (or 'exit' to quit): "
)
34
35
36
def
display_languages():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected