summaryrefslogtreecommitdiff
path: root/wk6/pset/sentimental-hello/hello.py
diff options
context:
space:
mode:
Diffstat (limited to 'wk6/pset/sentimental-hello/hello.py')
-rw-r--r--wk6/pset/sentimental-hello/hello.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/wk6/pset/sentimental-hello/hello.py b/wk6/pset/sentimental-hello/hello.py
new file mode 100644
index 0000000..9ab3d2c
--- /dev/null
+++ b/wk6/pset/sentimental-hello/hello.py
@@ -0,0 +1,2 @@
+answer = input("What's your name? ")
+print(f"hello, {answer}")