How Can I Find the Data Type of Data

To find the data type of data in Python, you use the type() function.
You place the variable inside of the type() function and Python returns the data type.
This is shown in the code below: