The type

Report a typo

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.
Write a program in Python 3





___

Create a free account to access the full topic