From 735f6ce29e59126c46952f9ab4de96438021287b Mon Sep 17 00:00:00 2001 From: "emily.salievski" Date: Tue, 26 Aug 2025 10:35:57 +1000 Subject: [PATCH] comment --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 06f9c5f..9b820a9 100644 --- a/main.py +++ b/main.py @@ -2,8 +2,8 @@ # Press ⌃R to execute it or replace it with your code. # Press Double ⇧ to search everywhere for classes, files, tool windows, actions, and settings. - - +# comment +g def print_hi(name): # Use a breakpoint in the code line below to debug your script. print(f'Hi, {name}') # Press ⌘F8 to toggle the breakpoint.