Section 1 - Instruction

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?

Section 2 - Practice

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
Section 3 - Practice

Type

Fill In The Blanks

Markdown With Blanks

Complete the code by identifying the correct data type for each value:

Suggested Answers

  • coder123
  • 25
Section 4 - Practice

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
Section 5 - Practice

Type

Multiple Choice

Sign up
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal