vvolhejn's picture
Try packaging as a Python package
64c23e9
raw
history blame
51 Bytes
def greet(name):
return "Hello " + name + "!!"