You've learned about strings (text in quotes) and integers (whole numbers without quotes). Now let's practice recognizing these types in different contexts.
Engagement Message
Ready to become a data type detective?
Type
Multiple Choice
Practice Question
Which of these values is an integer?
A. "42" B. 42 C. "Hello" D. "3.14"
Suggested Answers
- A
- B - Correct
- C
- D
Type
Fill In The Blanks
Markdown With Blanks
Complete the code by identifying the correct data type for each value:
Suggested Answers
- coder123
- 25
Type
Sort Into Boxes
Practice Question
Sort these values into the correct data type boxes:
Labels
- First Box Label: Strings
- Second Box Label: Integers
First Box Items
- "Python"
- "Hello"
- "123"
Second Box Items
- 100
- 0
- 999
Type
Multiple Choice
