Rohan Kataria
folder structure and basic app
c157cd5
raw
history blame
61 Bytes
# main.py
def greet(name):
return "Hello " + name + "!!"