Delete helloworld.py
This commit is contained in:
@ -1,6 +0,0 @@
|
|||||||
def say_hello(name=None):
|
|
||||||
if name is None:
|
|
||||||
return "Hello, World!"
|
|
||||||
else:
|
|
||||||
return f"Hello, {name}!"
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user