2017-08-15
This commit is contained in:
1
python/hello-world/.cache/v/cache/lastfailed
vendored
Normal file
1
python/hello-world/.cache/v/cache/lastfailed
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
BIN
python/hello-world/__pycache__/hello_world.cpython-36-PYTEST.pyc
Normal file
BIN
python/hello-world/__pycache__/hello_world.cpython-36-PYTEST.pyc
Normal file
Binary file not shown.
BIN
python/hello-world/__pycache__/hello_world.cpython-36.pyc
Normal file
BIN
python/hello-world/__pycache__/hello_world.cpython-36.pyc
Normal file
Binary file not shown.
Binary file not shown.
@@ -3,5 +3,5 @@
|
||||
#
|
||||
|
||||
|
||||
def hello(name=''):
|
||||
return
|
||||
def hello(name='World'):
|
||||
return 'Hello, '+name+'!'
|
||||
|
Reference in New Issue
Block a user