Browse Source

Create Returning Strings.md

PythonCoder8 3 years ago
parent
commit
51acf9a306
1 changed files with 5 additions and 0 deletions
  1. 5 0
      8 kyu/Returning Strings/Returning Strings.md

+ 5 - 0
8 kyu/Returning Strings/Returning Strings.md

@@ -0,0 +1,5 @@
+# 8 kyu - Returning Strings - Authored by Aweson1
+
+Make a function that will return a greeting statement that uses an input; your program should return, "Hello, <name> how are you doing today?".
+
+(Make sure you type the exact thing I wrote or the program may not execute properly)