Foundations of Python

You are currently auditing this course.
50 / 134

Python - Guess The Type

We can find out the variable type using the type() function. To find out the type of variable a the command is

type(a)
INSTRUCTIONS

Use the Jupyter notebook on the right-hand side. Press Shift + Enter to run code in individual cells.

  • In the previous exercise, find out the type of area_of_rectangle variable using type() function

  • The type of area_of_rectangle variable is


No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...