Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ Hotel-Management.py
File
Hotel-Management.py
Hotel-Management.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
menu():
2
options = {
3
1: {
"title"
:
"Add new customer details"
,
"method"
:
lambda
: add()},
4
2: {
Callers
nothing calls this directly
Calls
1
menu
Function · 0.85
Tested by
no test coverage detected