From 26d76e5e5869bbec90d01e805def51edc60c63de Mon Sep 17 00:00:00 2001 From: "jacob@appyventures.com" Date: Tue, 2 Apr 2024 21:49:35 +0300 Subject: [PATCH 1/2] init --- main.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/main.py b/main.py index 94e3a87..e69de29 100644 --- a/main.py +++ b/main.py @@ -1,16 +0,0 @@ -# This is a sample Python script. - -# Press ⌃R to execute it or replace it with your code. -# Press Double ⇧ to search everywhere for classes, files, tool windows, actions, and settings. - - -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. - - -# Press the green button in the gutter to run the script. -if __name__ == '__main__': - print_hi('PyCharm') - -# See PyCharm help at https://www.jetbrains.com/help/pycharm/ From 16c69b100e59787f435e0c5d9ed9e8959dced3ae Mon Sep 17 00:00:00 2001 From: hwork_1_volodymyr_bakalec Date: Thu, 18 Apr 2024 12:11:43 +0300 Subject: [PATCH 2/2] init --- main.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/main.py b/main.py index e69de29..c5f4f53 100644 --- a/main.py +++ b/main.py @@ -0,0 +1,17 @@ +# This is a sample Python script. + +# Press ⌃R to execute it or replace it with your code. +# Press Double ⇧ to search everywhere for classes, files, tool windows, actions, and settings. + + +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. + + +# Press the green button in the gutter to run the script. +if __name__ == '__main__': + print_hi('PyCharm') + +# See PyCharm help at https://www.jetbrains.com/help/pycharm/ +