From cc8b844d73fb6352096f70a8848c362026c4d12a Mon Sep 17 00:00:00 2001 From: Deko Moon Date: Wed, 15 Sep 2021 21:49:57 -0400 Subject: [PATCH 1/2] v1 --- fix_me.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fix_me.py b/fix_me.py index fb35c77..8ef90ce 100644 --- a/fix_me.py +++ b/fix_me.py @@ -1,2 +1,4 @@ # 2 + 2 = ? -# Print the answer right below this line! \ No newline at end of file +# Print the answer right below this line! + +print(2+2) \ No newline at end of file From 11fe5b0d171d2eea0910685b8416ef7afea5e0f3 Mon Sep 17 00:00:00 2001 From: Deko Moon Date: Wed, 15 Sep 2021 21:51:30 -0400 Subject: [PATCH 2/2] v2 --- fix_me.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fix_me.py b/fix_me.py index 8ef90ce..96c6d97 100644 --- a/fix_me.py +++ b/fix_me.py @@ -1,4 +1,6 @@ # 2 + 2 = ? # Print the answer right below this line! -print(2+2) \ No newline at end of file +print(2+2) + +# Hi there \ No newline at end of file