MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / errors

Function errors

Google_Translate/translate.py:8–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6language_names = []
7
8def errors():
9 print('Unknown Language. Wisely choose from this')
10 print(f"Language Codes {language_codes}\n")
11 print(f'Or from Language Names \n {language_names}')
12
13for options in language_options:
14 language_codes.append(options[0])

Callers 1

translate.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected