From c59042cee9b6679ff99f50bad5af1feabfbd5b6d Mon Sep 17 00:00:00 2001 From: ekrem Date: Thu, 28 Jul 2022 17:24:23 +0300 Subject: [PATCH] =?UTF-8?q?kod=20yaz=C4=B1ld=C4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python.py b/python.py index 441b4fd..a839885 100644 --- a/python.py +++ b/python.py @@ -1 +1,3 @@ -print("merhaba dünya") \ No newline at end of file +print("merhaba dünya") +for i in range(1, 10): + print("*"*i) \ No newline at end of file