in python
We were unable to transcribe this imagePsuedo Code import shelve main) try: ##open a shelved object except IOError: ## If there are problems opening that shelved name else: ## continue if successful phoneDB-shelve.open(“SomeName”) print() ## some error ## print the menu specified above as to the possible commands ## prompt user for command cmd input(“Command: “) ## If the command is not ‘quit’ while cmd !- “quit”: ## use the string
OR
OR