Question: python question Specification The first function you will write should be called 'whatTypes'. Your function should take one (1) argument, a list. The function should
python question
Specification The first function you will write should be called 'whatTypes'. Your function should take one (1) argument, a list. The function should return one (1) list containing the data types of each of the members of the list passed to the function. To obtain the data type, use the built-in type function discussed in class. Your return list should contain the entire output of the type function for each element. For example if you call: type('a'),you will receive
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
