Question: Task 1 Write a function that - takes 3 parameters - returns a list of the data types of the arguments as strings. Example: task

Task 1
Write a function that
-takes 3 parameters
-returns a list of the data types of the arguments as strings. Example: task1(1,"hi",1.1)->['int', 'string', 'float']
-Call and output the result of the function above with 1 string, 1 integer & one float data type
-Call and output the result of the function above with all numerical data types

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!