Question: 2. [30 points) write a function, sqrt of(nums), which takes a list of numbers which returns a list of the Sample runs: print (sqrtof ([2,4,
2. [30 points) write a function, sqrt of(nums), which takes a list of numbers which returns a list of the Sample runs: print (sqrtof ([2,4, 6])) print ) print (sqrtof (I1,3, 5,7])) square root of each number in the list of numbers. [1. 4142135623730951, 2.0, 2. 449489742783178] ## [sqrt (2) , sqrt (4), sqrt (6) ] [1.0, 1.7320508075688772, 2.23606797749979, 2.6457513110645907] I ### [sqrt (1), sqrt (3), sqrt (5) , sqrt (7) ]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
