1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Introduction to Python for Finance

Connected

अभ्यास

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.

निर्देश

100 XP

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