Lesson

Python Syntax Basics

Challenge 1

Print the type of each value: `42`, `3.14`, `"hello"`, `True` Each on its own line.

Python Editor
Loading editor...