Browse Source

Create Returning Strings.py

PythonCoder8 3 years ago
parent
commit
8427daa023
1 changed files with 2 additions and 0 deletions
  1. 2 0
      8 kyu/Returning Strings/Returning Strings.py

+ 2 - 0
8 kyu/Returning Strings/Returning Strings.py

@@ -0,0 +1,2 @@
+def greet(name):
+    return f'Hello, {name} how are you doing today?'