Question: Python question Rewrite the following lines of code without using a try except statement. phoneBook = {Bob: 250-828-1000, Jane: 250-828-2000} name = input(Enter a name:

Python question Python question Rewrite the following lines of code without using a

Rewrite the following lines of code without using a try except statement. phoneBook = {"Bob": "250-828-1000", "Jane": "250-828-2000"} name = input("Enter a name: ") try: print(phoneBook[name]) except KeyError: print("Name not found.")

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!