Challenge: Data Quality Checker
Task
Swipe to start coding
Write a function that checks each temperature in a list and prints a warning for any value outside the range 20 to 30Β°C.
- Review each value in the
temperatureslist. - For any value less than 20 or greater than 30, print a warning message that includes the temperature value.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 7
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Can you explain this in simpler terms?
What are some examples related to this topic?
Where can I learn more about this?
Awesome!
Completion rate improved to 5.26
Challenge: Data Quality Checker
Swipe to show menu
Task
Swipe to start coding
Write a function that checks each temperature in a list and prints a warning for any value outside the range 20 to 30Β°C.
- Review each value in the
temperatureslist. - For any value less than 20 or greater than 30, print a warning message that includes the temperature value.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 7
single