Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ work_menu
Function
work_menu
recipes/Python/456375_File_Extractor/recipe-456375.py:69–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
print
'ERROR: Filename Is Invalid'
68
69
def
work_menu():
70
print
'(1) Extract *.BMP'
71
print
'(2) Extract *.JPG'
72
print
'(3) Back'
73
print
'(4) Exit'
74
75
def
work_query():
76
while
True:
Callers
1
workspace
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected