From 011cd25c10178bf34e3ce50cf9b5e7955393846d Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Fri, 3 May 2024 06:40:12 +0000 Subject: Thu, May 2, 2024, 11:40 PM -07:00 --- wk6/lect/sentimental-hello/hello.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wk6/lect/sentimental-hello/hello.py b/wk6/lect/sentimental-hello/hello.py index e69de29..b3c15b9 100644 --- a/wk6/lect/sentimental-hello/hello.py +++ b/wk6/lect/sentimental-hello/hello.py @@ -0,0 +1,4 @@ +from cs50 import get_string + +answer = get_string("What's your name? ") +print("hello, " + answer) -- cgit v1.2.3