diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-04 07:12:50 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-04 07:12:50 +0000 |
commit | f2028267c208d307d0d173314b5fe92196a39b78 (patch) | |
tree | a1864d178c4031af7fb51fbaf6526afb35929dae /wk6/pset/sentimental-hello/hello.py | |
parent | 94bba2abfb9cceb429fcf1aeeaabe085e21bbcfb (diff) |
Sat, May 4, 2024, 12:12 AM -07:00
Diffstat (limited to 'wk6/pset/sentimental-hello/hello.py')
-rw-r--r-- | wk6/pset/sentimental-hello/hello.py | 2 |
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}") |