From 0c8d9c21345b86f939a399793447d7499e5ed6f2 Mon Sep 17 00:00:00 2001 From: kimbetty Date: Fri, 13 Nov 2020 15:15:32 +0900 Subject: [PATCH] =?UTF-8?q?=E2=80=9CMMMM=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- days_you_lived.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/days_you_lived.py b/days_you_lived.py index c41e4a1..c269960 100644 --- a/days_you_lived.py +++ b/days_you_lived.py @@ -1,7 +1,7 @@ # We assume that given dates are correct # and # solved for problem set in cs course on udacity.com - +# 주석으로 변경하기 from calendar import isleap def daysBetweenDates(year1, month1, day1, year2, month2, day2):