Section 1 - Instruction

You've learned about and, or, and not operators. These let you combine conditions to make more complex decisions in your code.

Engagement Message

Ready to practice combining conditions like a coding expert?

Section 2 - Practice

Type

Multiple Choice

Practice Question

What will this code print?

A. Well done! B. Keep trying! C. Both messages D. Nothing

Suggested Answers

  • A - Correct
  • B
  • C
  • D
Section 3 - Practice

Type

Fill In The Blanks

Markdown With Blanks

Fill in the blanks to check if someone gets a discount (must be student OR 65 and older):

Suggested Answers

  • and
  • or
  • not
  • >
  • >=
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