From b4729760f6760c73aa54d7b5a07290dd8d1fd7fa Mon Sep 17 00:00:00 2001 From: Eric Dennison Date: Tue, 31 Dec 2019 17:04:25 -0500 Subject: [PATCH] Updated from Brython Server: 12/31/2019 5:04:25 PM --- helloworld.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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!")