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