diff options
Diffstat (limited to 'wk6/lect/sentimental-hello/hello.py')
-rw-r--r-- | wk6/lect/sentimental-hello/hello.py | 2 |
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}") |