From bd30c28f795402b9832685fd8910ad1f08d5a611 Mon Sep 17 00:00:00 2001 From: RFabionar Date: Thu, 7 Nov 2019 19:30:45 -0800 Subject: [PATCH] Remove comment from print statment --- print.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print.py b/print.py index eb12187..f7cf60e 100644 --- a/print.py +++ b/print.py @@ -1 +1 @@ -#print("Hello, world!") +print("Hello, world!")