From c7d25f9d91d80ae96f72ea02455ac9cbdc1cbdc0 Mon Sep 17 00:00:00 2001 From: EddyRamon1 <31424601+EddyRamon1@users.noreply.github.com> Date: Thu, 11 Oct 2018 13:08:53 -0400 Subject: [PATCH] Update ex1.py --- hello world/ex1.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hello world/ex1.py b/hello world/ex1.py index 9c59a24..4138b85 100644 --- a/hello world/ex1.py +++ b/hello world/ex1.py @@ -1,3 +1,5 @@ +#Get Forked + print("Hell World") print("Hell Again") print("I like typing this.") @@ -5,4 +7,6 @@ print('Yay! Printing.') print("I'd much rather you 'not'.") print('I "said" do not touch this.') -print("Putting an octothorpe befor a statement creates a comment") \ No newline at end of file +print("Putting an octothorpe befor a statement creates a comment") + +#I don't know who you are