From df34865a5f5f79acc37589d668d0d52c80d21e62 Mon Sep 17 00:00:00 2001 From: Anastasiya Date: Mon, 5 Feb 2024 21:51:08 +0500 Subject: [PATCH] Hiiiii --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 5596b44..215723b 100644 --- a/main.py +++ b/main.py @@ -6,7 +6,7 @@ def print_hi(name): # Use a breakpoint in the code line below to debug your script. - print(f'Hi, {name}') # Press Ctrl+F8 to toggle the breakpoint. + print(f'Hiiiiiiii, {name}') # Press Ctrl+F8 to toggle the breakpoint. # Press the green button in the gutter to run the script.