From c613bbf7c28c1e17abd8d92973f424b5ff0b057c Mon Sep 17 00:00:00 2001 From: Stephanie Date: Thu, 28 Oct 2021 13:13:40 -0400 Subject: [PATCH] added print hello world function --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 2c117eb..11a4712 100644 --- a/main.py +++ b/main.py @@ -4,4 +4,5 @@ def my_function(fname): my_function("Trenisha") - +def print_hello_world(): + print("Hello World!")