definining database functions

This commit is contained in:
Mikayla Dobson
2022-04-06 11:25:13 -05:00
parent 3e2aae66d8
commit 7632e72ef5
4 changed files with 23 additions and 2 deletions

View File

@@ -13,4 +13,4 @@ def parse_input():
print(user_prompt)
response = input("Enter your selection: ")
print()
print(f'You selected {response}. Working...')