Question: Complete the following program that acts as a translator for the periodic table of the elements. The program repeatedly prompts the user for an element
Complete the following program that acts as a translator for the periodic table of the elements. The program repeatedly prompts the user for an element symbol and then prints the elements name or an error message until the user enters Q. Your program should use the prompt Enter symbol (or Q to quit): for user input. The output should be Invalid symbol if the user enters an invalid element symbol; otherwise the output is the translation in the format H = Hydrogen.

periodic.py
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
