From 0034325cf5ec56b3fb3376a9bdc000198d49bfb0 Mon Sep 17 00:00:00 2001
From: Louis Oliphant <ltoliphant@wisc.edu>
Date: Thu, 5 Sep 2024 16:08:33 -0500
Subject: [PATCH] testing edits from home

---
 f24/Louis_Lecture_Notes/03_Operators/hello.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/f24/Louis_Lecture_Notes/03_Operators/hello.py b/f24/Louis_Lecture_Notes/03_Operators/hello.py
index bd4edb4..4cdd868 100644
--- a/f24/Louis_Lecture_Notes/03_Operators/hello.py
+++ b/f24/Louis_Lecture_Notes/03_Operators/hello.py
@@ -1,2 +1,2 @@
-name = input("Hello! What's your name? ")
+name = input("Hello! What's your name? ") 
 print("It's nice to meet you, " + name)
-- 
GitLab