Write code that prints the type of the three objects given below (in the given order).
"int"
394
2.12
Call the
print() and type() functions for each of these objects, e.g., use print(type("int")) for the first one.