From e8a9e4c019210ef9534d3fbe37f1f6c502c898fe Mon Sep 17 00:00:00 2001 From: Nataly Tomczak Date: Thu, 29 Aug 2024 20:25:07 +0000 Subject: [PATCH] Hi! I'm the one who couldn't get a play button to show up. I need to submit the assignment by today and all the code is correct, but if theres anything wrong with it I'll have to fix it later since I'm not sure whats wrong with my visual studio. My extensions are also greyed out for some reason. --- hello_world.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hello_world.py b/hello_world.py index e69de29..f948860 100644 --- a/hello_world.py +++ b/hello_world.py @@ -0,0 +1,4 @@ +def hello_world(): + print("Hello, World!") + +hello_world()