From e926c25ed47078fd1655a8bf71a9d3a6f5ccd472 Mon Sep 17 00:00:00 2001 From: Crazy Uncle Date: Sun, 8 Sep 2019 15:25:02 -0400 Subject: [PATCH] Update helloWorld.py --- helloWorld.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helloWorld.py b/helloWorld.py index d673b22..6f97149 100644 --- a/helloWorld.py +++ b/helloWorld.py @@ -1,5 +1,5 @@ import os # Import library os, this will allow us to interact with windows bash commands print("Hello World") # Print text onto the console, the text inside the ("") Will be printed -print("Cool Beans") -os.system("pause") # Send the pause command to windows, pausing the script before you exit \ No newline at end of file +print("Cool Beans, because hot beans ain't bueno") +os.system("pause") # Send the pause command to windows, pausing the script before you exit