From 2827406f1ac6117d1ea11af12d5a63ba92016052 Mon Sep 17 00:00:00 2001 From: Kyle Gaffney <135358743+kylebryangaffney@users.noreply.github.com> Date: Wed, 10 Dec 2025 13:55:12 -1000 Subject: [PATCH] Update office hours and londontime typos --- officeHours.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/officeHours.py b/officeHours.py index f4878e0e..12eaf8b3 100644 --- a/officeHours.py +++ b/officeHours.py @@ -1,7 +1,7 @@ title = "Office Hour" print(title) -message = "Office hour are from 9:00 am to 9:00 pm." +message = "Office hours are from 9:00 am to 9:00 pm." print(message) portlandTime = 8 @@ -87,7 +87,7 @@ def londonBranch(): print("The London branch is closed") elif londontime == 11: print("The London branch is closed") - elif londontimee == 12: + elif londontime == 12: print("The London branch is closed") else: print("An error has occured")