Question: Using Python language Write a function that takes, as an argument, an object of one of the six types of input indicated in the table

Using Python language
Write a function that takes, as an argument, an object of one of the six types of input indicated in the table below (these are just examples of the type of input that this function will examine), and returns a description of the type of input, as specified in the table. Name this function whatAml(thing) thing 23 "23" "yibbie" "yib4bie" 23.0 "23.0" "Integer" "String with digits" String with letters" "Unidentified object" "Unidentified object" "Unidentified object
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
