Back to Lesson, , . Print the type of each.
Type Inspection
Use type() to inspect variable types.
Instructions
Create variables:
x = 42y = 3.14z = "hello"main.py
main.py
Ctrl + Enter
Use type() to inspect variable types.
Create variables:
x = 42y = 3.14z = "hello"