From 360ab64b3c3836a21d4c6d80784750a285ff4c9a Mon Sep 17 00:00:00 2001 From: CalvinNordstrom <43248700+CalvinNordstrom@users.noreply.github.com> Date: Fri, 4 Oct 2019 09:45:42 -0400 Subject: [PATCH] Update ex1.py --- ex1.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ex1.py b/ex1.py index 5bc9824..f5c8258 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.") + +# so this is what python looks like...