diff --git a/helloworld.py b/helloworld.py index 782a95a..3cdf5f8 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1,7 +1,7 @@ """ helloworld.py -Author: -Credit: +Author: E Dennison +Credit: I figured this out on my own Assignment: @@ -9,4 +9,5 @@ Hello, world! """ +print("Hello, world!")