From 96c6648374decbb11ceff782a7fbee455d388750 Mon Sep 17 00:00:00 2001 From: dlamanna Date: Thu, 29 Feb 2024 15:20:44 -0800 Subject: [PATCH] critical bug fix --- helloworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.py b/helloworld.py index 2990e70..dfdca5c 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1,4 +1,4 @@ # This program prints Hello, world! #print('are you committed to be a cyber security expert?') -print('hello, world") +print("hello, world")