Skip to content

Commit

Permalink
Update 14_cal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryamMosstoufi committed Sep 2, 2020
1 parent 51cd240 commit a3f7015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/14_cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit a3f7015

Please sign in to comment.