Python with a Command Line Interface
Main Menu
To start the cli.py file, we will add the main menu.
#cli.py
def main_menu():
print('''
********************
Main Menu
********************
Select an option:
g. List all genres
v. List all movies
r. Lis...
listerfelt.hashnode.dev4 min read