From a3f70155a54d58305eda8231e14026d9b6be3eac Mon Sep 17 00:00:00 2001 From: MaryamMosstoufi Date: Wed, 2 Sep 2020 16:38:10 -0400 Subject: [PATCH] Update 14_cal.py --- src/14_cal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/14_cal.py b/src/14_cal.py index fe26c3aa43..c3e41012e9 100644 --- a/src/14_cal.py +++ b/src/14_cal.py @@ -31,7 +31,7 @@ import calendar from datetime import datetime if len(sys.argv) <= 1: - print("Please run this program with format of 14_cal.py[month][year]") + print("Please run this program with format of 14_cal.py [year] [month]") else: if len(sys.argv) > 1: y = int(sys.argv[1])