Practical exercise
Write a program that asks for a fictional department name and the number of pending appointments, then prints a summary message using both values.
Real-life example
A hospital front-desk support script stores the department name and the number of patients waiting so staff can quickly see which area needs attention.
Mini lab
Build a check-in summary tool that asks for a visitor’s name, a department name, and a room number, then prints a formatted message using the stored values.