Python - Videos and Questions

37 / 78

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


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...