summaryrefslogtreecommitdiff
path: root/wk6/lect/sentimental-hello
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-04 07:12:50 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-04 07:12:50 +0000
commitf2028267c208d307d0d173314b5fe92196a39b78 (patch)
treea1864d178c4031af7fb51fbaf6526afb35929dae /wk6/lect/sentimental-hello
parent94bba2abfb9cceb429fcf1aeeaabe085e21bbcfb (diff)
Sat, May 4, 2024, 12:12 AM -07:00
Diffstat (limited to 'wk6/lect/sentimental-hello')
-rw-r--r--wk6/lect/sentimental-hello/hello.py2
1 files changed, 0 insertions, 2 deletions
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}")