Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Upgrading Oracle Databases Oracle Database New Features

Authors: Charles Kim, Gary Gordhamer, Sean Scott

1st Edition

B0BL12WFP6, 979-8359657501

More Books

Students also viewed these Databases questions

Question

8. Demonstrate aspects of assessing group performance

Answered: 1 week ago