Rohan Kataria
new changes
79d2d99
raw
history blame
61 Bytes
# main.py
def greet(name):
return "Hello " + name + "!!"