From 4ad25b54f5892d6df6e29081a5e4bab28300f152 Mon Sep 17 00:00:00 2001 From: Forrest Beck Date: Wed, 21 Feb 2024 17:44:12 -0500 Subject: [PATCH] first action test2 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 51c5055..0ed1a11 100644 --- a/main.py +++ b/main.py @@ -11,6 +11,6 @@ def print_hi(name): # Press the green button in the gutter to run the script. if __name__ == '__main__': - print_hi('PyCharm ') + print_hi('PyCharm Hey') # See PyCharm help at https://www.jetbrains.com/help/pycharm/