From 541f9ca596756e2725368bf6385430c160e86e5c Mon Sep 17 00:00:00 2001 From: OvO <90671891+Max7414@users.noreply.github.com> Date: Fri, 26 Sep 2025 16:17:34 +0800 Subject: [PATCH] Add second print statement for 'Hello world2' --- hi.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hi.py b/hi.py index f7d1785..8ad1ab9 100644 --- a/hi.py +++ b/hi.py @@ -1 +1,3 @@ print('Hello world') + +print('Hello world2')