Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Challenge: Boolean Logic | Section
Python Basics for Data Analysis

Challenge: Boolean Logic

Ready to put everything you've learned into practice? This challenge will require you to use the and, or, and not operators as well as boolean comparison operators to manage a complex scenario for a grocery store.

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 1. Capítulo 13
single

single

Challenge: Boolean Logic

Deslize para mostrar o menu

Ready to put everything you've learned into practice? This challenge will require you to use the and, or, and not operators as well as boolean comparison operators to manage a complex scenario for a grocery store.

Tarefa

Deslize para começar a programar

Determine whether a grocery item should be discounted based on its seasonal status, stock level, and sales performance.

  • Define a boolean variable overstock_risk as True if the item is seasonal and its current_stock exceeds the high_stock_threshold.
  • Define another boolean variable discount_eligible as True if the item is not selling_well and is not already on_sale.
  • Create a boolean variable make_discount that is True if either overstock_risk or discount_eligible is True.

Output Requirements

  • Print whether the item should be discounted: Should the item be discounted? <make_discount>.

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 13
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