This commit is contained in:
Anastasiya 2024-02-05 21:51:08 +05:00
parent 39e20df99b
commit df34865a5f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
def print_hi(name): def print_hi(name):
# Use a breakpoint in the code line below to debug your script. # 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. # Press the green button in the gutter to run the script.