From 2d30a245e4aa4184d4c052625ac85383f3a16776 Mon Sep 17 00:00:00 2001 From: williamreccoppa Date: Wed, 15 Sep 2021 21:57:47 -0400 Subject: [PATCH] fixed code --- fix_me.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fix_me.py b/fix_me.py index fb35c77..a3ffaaa 100644 --- a/fix_me.py +++ b/fix_me.py @@ -1,2 +1,3 @@ # 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)