File size: 61 Bytes
c157cd5
 
 
 
1
2
3
4
# main.py

def greet(name):
    return "Hello " + name + "!!"