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.