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) +