Question: c) (5 points) You have the following lists, math constant = ['PL'. Golden Radio', 'Euler three', 'Fibonacci constant', 'Pythagoras constant'] values = [3.14,1.62,3.15,2.72,1.41] Write code

 c) (5 points) You have the following lists, math constant =

c) (5 points) You have the following lists, math constant = ['PL'. Golden Radio', 'Euler three', 'Fibonacci constant', 'Pythagoras constant'] values = [3.14,1.62,3.15,2.72,1.41] Write code to convert these lists into dictionary such that out will be, {'PI': 3.14, 'Golden Radio': 1.62, 'Euler number: 3.15, 'Fibonacci constant':2.72, 'Pythagoras constant': 1.41} Use List comprehension method to achieve the task (no other method will be accepted as correct)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!