From 7fdd1c9ef4599f9ad68a0262d3f8f7d53e7ed792 Mon Sep 17 00:00:00 2001 From: "Lauren V. Montoya" <252259916+LaurenMontoya@users.noreply.github.com> Date: Wed, 31 Dec 2025 17:42:02 -0800 Subject: [PATCH] Update officeHours.py Changes Hrs to plural --- officeHours.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/officeHours.py b/officeHours.py index f4878e0e..c185b683 100644 --- a/officeHours.py +++ b/officeHours.py @@ -95,3 +95,8 @@ def londonBranch(): portlandBranch() newYorkBranch() londonBranch() +title "Office Hour" +print (title) +message = "Office hours are from 9:00 am to 9:00 pm." +print(message) +