begintabularll hline key value hline HST Hawaii Standard Time hline AKDT

python script help;Write a Python code that will create a Python “dictionary” based on the followingspecifications. Add a while loop to continuously: (a) use the “input()” function to ask users to enter a three- or four-letterabbreviation of the time zone; (b) use the “upper()” function to convert the user entry to upper cases; (c) use itas the “key” to retrieve the associated “value” (which is the full name of a time zone); (d) display both the“key” and “value” on screen; and finally (f) ask the user if she/he wants to continue. Make sure the output lookssimilar to the following.Enter the time zone abbreviation: hstHST Hawaii Standard TimeDo you want to continue? yEnter the time zone abbreviation: pDtPDT Pacific Daylight TimeDo you want to continue? yEnter the time zone abbreviation: cdTCDT Central Daylight TimeDo you want to continue? n>>>

python script help;Write a Python code that will create a Python “dictionary” based on the followingspecifications. Add a while loop to continuously: (a) use the “input()” function to ask users to enter a three- or four-letterabbreviation of the time zone; (b) use the “upper()” function to convert the user entry to upper cases; (c) use itas the “key” to retrieve the associated “value” (which is the full name of a time zone); (d) display both the“key” and “value” on screen; and finally (f) ask the user if she/he wants to continue. Make sure the output lookssimilar to the following.Enter the time zone abbreviation: hstHST Hawaii Standard TimeDo you want to continue? yEnter the time zone abbreviation: pDtPDT Pacific Daylight TimeDo you want to continue? yEnter the time zone abbreviation: cdTCDT Central Daylight TimeDo you want to continue? n>>>


 
Solved By Verified
Study Co-Pilot All Study Co-Pilots are evaluated by Gotit Pro as an expert in their subject area.

 
Instant
Download

Student review: (3 ratings) 3 out of 3 people found this solution helpful.