From f2028267c208d307d0d173314b5fe92196a39b78 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Sat, 4 May 2024 07:12:50 +0000 Subject: Sat, May 4, 2024, 12:12 AM -07:00 --- wk6/lect/sentimental-hello/hello.py | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 wk6/lect/sentimental-hello/hello.py (limited to 'wk6/lect/sentimental-hello') diff --git a/wk6/lect/sentimental-hello/hello.py b/wk6/lect/sentimental-hello/hello.py deleted file mode 100644 index 9ab3d2c..0000000 --- a/wk6/lect/sentimental-hello/hello.py +++ /dev/null @@ -1,2 +0,0 @@ -answer = input("What's your name? ") -print(f"hello, {answer}") -- cgit v1.2.3