#"New" means new compared to previous level provincial_capitals = { 'Yukon': 'Whitehorse', 'Manitoba': 'Winnipeg', 'BC': 'Victoria', 'Ontario': 'Toronto' } province_name = input () while province_name != 'exit': if province_name in provincial_capitals: print (provincial_capitals [province_name]) del provincial_capitals [province_name] # New line else: print ('x') province_name = input () Input Yukon BC Yukon lowa exit Output

Np Ms Office 365/Excel 2016 I Ntermed
1st Edition
ISBN:9781337508841
Author:Carey
Publisher:Carey
Chapter3: Performing Calculations With Formulas And Functions
Section: Chapter Questions
Problem 2.11CP
icon
Related questions
Question
# "New" means new compared to previous level
provincial_capitals
'Yukon': 'Whitehorse',
'Manitoba': 'Winnipeg',
'BC': 'Victoria',
'Ontario': 'Toronto'
input ()
while province_name != 'exit':
province_name
if province_name in provincial_capitals:
print (provincial_capitals [province_name])
del provincial_capitals [province_name] # New line
else:
print ('x')
province_name input ()
U
Input
Yukon
BC
Yukon
lowa
exit
Output
Transcribed Image Text:# "New" means new compared to previous level provincial_capitals 'Yukon': 'Whitehorse', 'Manitoba': 'Winnipeg', 'BC': 'Victoria', 'Ontario': 'Toronto' input () while province_name != 'exit': province_name if province_name in provincial_capitals: print (provincial_capitals [province_name]) del provincial_capitals [province_name] # New line else: print ('x') province_name input () U Input Yukon BC Yukon lowa exit Output
Expert Solution
Step 1

The code output is given below with explanation

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Data Binding
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage