Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Challenge: Access and Perks Checker | Section
Working with Numbers in Python: Integers, Floats, and Type Conversion - 1769704232138
Seção 1. Capítulo 12
single

single

Challenge: Access and Perks Checker

Deslize para mostrar o menu

Tarefa

Deslize para começar a programar

You're checking simple user conditions during checkout. All input variables are already defined - do not change them. Use only comparison and logical operators: ==, !=, <, <=, >, >=, and, or, not, and parentheses.

Compute:

  1. is_adult — the user is at least adult_age.
  2. can_enter — the user can enter if they are an adult and have an ID.
  3. qualifies_free_shipping — true if purchase_total meets the free_shipping_threshold or the user is a member.
  4. needs_manual_review — true if email or phone is not verified.
  5. valid_score_range — the score is within the range [min_score, max_score] using a chained comparison.

Finally, print all five results in one line.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 1. Capítulo 12
single

single

Pergunte à IA

expand

Pergunte à IA

ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

some-alt