Data Types

studied byStudied by 2 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 5

flashcard set

Earn XP

6 Terms

1

Integer

Whole numbers, e.g., 30.

New cards
2

Real/Float

A number with a fractional part (decimal place), e.g., 25.5.

New cards
3

Boolean

One of two possible values - true or false, e.g., False.

New cards
4

String

A set of characters that can include spaces and numbers, treated as text, e.g., 'the computer'.

New cards
5

Character

A single letter, symbol, number, or space (not in Python), e.g., 'm'.

New cards
6

Casting

Changing the data type of a variable, such as using str(), int(), float(), or bool() functions.

New cards
robot