MENU
Question -

Write syntax for function that takes a string as input parameter and prints it on standard screen.



Answer -

def printme (str):
“This prints a passed string into this function”
print str
return

Comment(S)

Show all Coment

Leave a Comment

Free - Previous Years Question Papers
Any questions? Ask us!
×