Practical exercise & mini lab

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

Practical exercise

Create a function that formats a fictional department name, store three tasks in a list, and print the tasks using a loop.

Real-life example

A hospital operations helper script keeps a daily task list, adds a new task from the user, and prints the updated list for the team.

Mini lab

Build a mini task tracker for a fictional clinic that stores tasks in a list, uses a function to display them, and lets the user add one more task.