Embark
About Lesson
XP
Bolt
Strike

The Building Blocks of Programming

01_02_05

Types of Data

Integers

Integers are represented in Python by int Data Type.

Floats

Floating-Point numbers are represented in Python by float Data Type.

Strings

In Python as in other programming languages Strings are always used within quotes  – “Embark” or ‘Embark’.

Strings are represented in Python by str Data Type.

Booleans

Booleans are represented in Python by bool Data Type.

0% Complete
Scroll to Top