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