Answered step by step
Verified Expert Solution
Question
1 Approved Answer
python The following dictionary, atomicNumbers , has the atomic number of an element as the key and the element name as the value atomicNumbers =
python
-
The following dictionary, atomicNumbers, has the atomic number of an element as the key and the element name as the value
atomicNumbers = {1:'H', 2:"He", 3: "Li", 4:"Be", 5:"B", 6:"C", 7: "N", 8:"O", 9:"F", 10:"Ne", 11:"Na", 12:"Mg", 13:"Al", 14:"Si", 15:"P", 16:"S", 17:"Cl", 18:"Ar"}
-
The following list, lifeElements, contains the atomic numbers essential for life
lifeElements = [6,1, 8,7,15,16]
- use a list comprehension to print out the names of the elements that are essential for life.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started