0 Comments
Answer:
Integer
Step-by-step explanation:
If you want to check the type of a data type in Python, simply use the type module. For example print(type(my_variable)) will output int