2017-08-15

This commit is contained in:
2017-08-15 09:55:28 -05:00
parent 549ba5084e
commit 4a9b690bb2
28 changed files with 1153 additions and 18 deletions

View File

@@ -0,0 +1 @@
{}

View File

@@ -3,5 +3,5 @@
#
def hello(name=''):
return
def hello(name='World'):
return 'Hello, '+name+'!'