Python Programming Using the following dictionary, which maps country names to Internet top-level domains (TLDs): tlds = {'Canada' : 'ca', 'United States' : 'us', 'Mexico' : 'mx'} Perform the following tasks and display the results: Check whether the dictionary contains the key 'Canada' Check whether the dictionary contains the key 'France' Iterate through the key-value pairs and display them in two-column format Add the key-value pair 'Sweden' and 'sw' (which is incorrect) Update the value for the key 'Sweden' to 'se' Use a dictionary comprehension to reverse the keys and values With the results, use a dictionary comprehension to convert the country names to all uppercase letters

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 9PE
icon
Related questions
Question
100%

Python Programming

Using the following dictionary, which maps country names to Internet top-level domains (TLDs):

tlds = {'Canada' : 'ca', 'United States' : 'us', 'Mexico' : 'mx'}

Perform the following tasks and display the results:

  • Check whether the dictionary contains the key 'Canada'
  • Check whether the dictionary contains the key 'France'
  • Iterate through the key-value pairs and display them in two-column format
  • Add the key-value pair 'Sweden' and 'sw' (which is incorrect)
  • Update the value for the key 'Sweden' to 'se'
  • Use a dictionary comprehension to reverse the keys and values
  • With the results, use a dictionary comprehension to convert the country names to all uppercase letters
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Binary Search Algorithm
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning