From 1e39db1c06472c3e812078831f50796cf7a08c93 Mon Sep 17 00:00:00 2001 From: Alexander Gervais <43248243+AlexanderGervais@users.noreply.github.com> Date: Fri, 4 Oct 2019 09:41:01 -0400 Subject: [PATCH 1/2] Update ex1.py --- ex1.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ex1.py b/ex1.py index 5bc9824..cee8bf3 100644 --- a/ex1.py +++ b/ex1.py @@ -6,3 +6,5 @@ print("I'd much rather you 'not'.") print('I "said" do not touch this.') print("If theres a # before anything else it becomes a comment.") + +//very cool From 4c58875e1699abfe9f668791da5b639cf5af4f9a Mon Sep 17 00:00:00 2001 From: Alexander Gervais <43248243+AlexanderGervais@users.noreply.github.com> Date: Fri, 4 Oct 2019 09:46:12 -0400 Subject: [PATCH 2/2] Update ex1.py --- ex1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ex1.py b/ex1.py index cee8bf3..97a88b7 100644 --- a/ex1.py +++ b/ex1.py @@ -7,4 +7,4 @@ print('I "said" do not touch this.') print("If theres a # before anything else it becomes a comment.") -//very cool +#very cool