Practical exercise & mini lab

Python for Beginners: Build Practical Software Skills with Hospital-Themed Projects
Lesson Content
0% Complete

Practical exercise

Write a for loop that prints reminders for five fictional hospital departments, then write a while loop that counts down from 3 to 0.

Real-life example

A hospital support script loops through a list of departments to send the same daily status reminder to each one.

Mini lab

Create a program that processes a fictional list of three clinic tasks and counts how many tasks were completed.