Write a python program that finds the corresponding energy values from a list of frequency values which are taken as input from the user, using the formula, E = h * ƒ,where h is a constant of value:...

Please do it with comments.Write a python program that finds the corresponding energy values from a list of frequency values which are taken as input from the user, using<br>the formula, E = h * ƒ,where h is a constant of value: 1050<br>Exceptions to handle:<br>• Make sure all elements in the lists are numbers<br>===<br>======<br>Example 1:<br>Input:<br>[2,3]<br>Output:<br>[2100, 3150]<br>Example 2:<br>Input:<br>[2,boss]<br>Output:<br>Wrong input type<br>

Extracted text: Write a python program that finds the corresponding energy values from a list of frequency values which are taken as input from the user, using the formula, E = h * ƒ,where h is a constant of value: 1050 Exceptions to handle: • Make sure all elements in the lists are numbers === ====== Example 1: Input: [2,3] Output: [2100, 3150] Example 2: Input: [2,boss] Output: Wrong input type

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here