This website works better with JavaScript
Home
Explore
Help
Sign In
pythoncoder8
/
code-wars
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Create Returning Strings.py
PythonCoder8
3 years ago
parent
926e910420
commit
8427daa023
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
8 kyu/Returning Strings/Returning Strings.py
+ 2
- 0
8 kyu/Returning Strings/Returning Strings.py
View File
@@ -0,0 +1,2 @@
+def greet(name):
+ return f'Hello, {name} how are you doing today?'