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 -- wk6/pset/hello.c | 6 ------ wk6/pset/sentimental-hello/hello.py | 2 ++ wk6/pset/sentimental-mario-more/mario.py | 3 +++ 4 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 wk6/lect/sentimental-hello/hello.py delete mode 100644 wk6/pset/hello.c create mode 100644 wk6/pset/sentimental-hello/hello.py create mode 100644 wk6/pset/sentimental-mario-more/mario.py (limited to 'wk6') 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}") diff --git a/wk6/pset/hello.c b/wk6/pset/hello.c deleted file mode 100644 index 927f7b6..0000000 --- a/wk6/pset/hello.c +++ /dev/null @@ -1,6 +0,0 @@ -#include - -int main(void) -{ - printf("hello, world\n"); -} 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}") diff --git a/wk6/pset/sentimental-mario-more/mario.py b/wk6/pset/sentimental-mario-more/mario.py new file mode 100644 index 0000000..313d373 --- /dev/null +++ b/wk6/pset/sentimental-mario-more/mario.py @@ -0,0 +1,3 @@ +# import get_int +# get input using get_int +# -- cgit v1.2.3