From 20ff02ae0411f5ecd70db6b06e283776d567bb97 Mon Sep 17 00:00:00 2001 From: abha53 <55938743+abha53@users.noreply.github.com> Date: Sat, 26 Oct 2019 11:16:23 +0530 Subject: [PATCH] new version of hello-world.py --- Hello world python/hello-world.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Hello world python/hello-world.py b/Hello world python/hello-world.py index 50072b964..0dc98d914 100644 --- a/Hello world python/hello-world.py +++ b/Hello world python/hello-world.py @@ -9,5 +9,6 @@ def pyramid(n): x = 5 pypart(x) print("Hello") +print(" world") # https://www.geeksforgeeks.org/programs-printing-pyramid-patterns-python/