From 1f93599611f2ea485ca7a9be0afd3b67cd4e81bf Mon Sep 17 00:00:00 2001 From: SnowyBerke <56930729+SnowyBerke@users.noreply.github.com> Date: Wed, 23 Oct 2019 23:02:04 +0300 Subject: [PATCH] Update Merhaba.py --- Python/Merhaba.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Python/Merhaba.py b/Python/Merhaba.py index e38104d..529b2fe 100644 --- a/Python/Merhaba.py +++ b/Python/Merhaba.py @@ -2,4 +2,5 @@ #Aşağıdaki komut Merhaba, Dünya! çıktısı vermektedir. print("Merhaba, Dünya") +print("Merhaba, CODEKAL!") #GÖREV: Benzer bir komut yazarak bu sefer Merhaba, CodeKAL! çıktısı alın.