feat: add Code Wars testfunction 'CWtest'
This commit is contained in:
parent
5e6747ec1e
commit
151f30987d
6
src/CWtest.py
Normal file
6
src/CWtest.py
Normal file
@ -0,0 +1,6 @@
|
||||
def greet(name):
|
||||
return f"Hello, {name} how are you doing today?"
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(greet("John"))
|
||||
Loading…
x
Reference in New Issue
Block a user