MCPcopy 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
32def get_user_input():
33 return input("Enter the text to translate (or 'exit' to quit): ")
34
35
36def display_languages():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected