What is the output of given code
def show(id,name):
print("Your id is :",+id,"and your name is :",name)
show(12,"sneha")


Posted on by