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
Tree:
43adb238fa
Branches
Tags
main
code-wars
/
8 kyu
/
Returning Strings
/
Returning Strings.py
Returning Strings.py
70 B
History
Raw
1
2
def greet(name):
return f'Hello, {name} how are you doing today?'