First Push
Setup Push
This commit is contained in:
BIN
build/.DS_Store
vendored
Normal file
BIN
build/.DS_Store
vendored
Normal file
Binary file not shown.
6
build/lib/helloworld.py
Normal file
6
build/lib/helloworld.py
Normal file
@ -0,0 +1,6 @@
|
||||
def say_hello(name=None):
|
||||
if name is None:
|
||||
return "Hello, World!"
|
||||
else:
|
||||
return f"Hello, {name}!"
|
||||
|
||||
Reference in New Issue
Block a user