From 731afd043f941aeace794282fc97b5c3fc3442be Mon Sep 17 00:00:00 2001 From: gurkan Date: Sat, 17 Jul 2021 13:39:59 +0300 Subject: [PATCH 1/2] leap-year.py updated --- leap-year.py | 1 + 1 file changed, 1 insertion(+) diff --git a/leap-year.py b/leap-year.py index 8cde782..bcc67dc 100644 --- a/leap-year.py +++ b/leap-year.py @@ -1 +1,2 @@ print("hello world") +print("merhaba dünya") From 14ff6c0fdf62f6747c1690553a182e3d29623635 Mon Sep 17 00:00:00 2001 From: gurkan Date: Sat, 17 Jul 2021 13:57:57 +0300 Subject: [PATCH 2/2] leap-year.py changed --- leap-year.py | 1 + 1 file changed, 1 insertion(+) diff --git a/leap-year.py b/leap-year.py index bcc67dc..d43b4f9 100644 --- a/leap-year.py +++ b/leap-year.py @@ -1,2 +1,3 @@ print("hello world") print("merhaba dünya") +clarusway