function with argument

def hello(person):
    print("happy birthday")
    print("happy birthday!!!")
    print("happy birthday "+person+"\n")
    print("may god bless u")
hello('sourabh')

Comments

Popular posts from this blog

LOOP