Session Ready
Exercise

Determining types

Python has a built-in command type() that can determine the type of a variable or literal value. Let's determine the data types of the variables you created in the last exercise.

Instructions
100 XP

Print the data types associated with the variables company_1, year_1 and revenue_1.