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.