Print Function vs Return Function
Sign in to Google to save your progress. Learn more
Consider the two functions


def sum(a, b):
    return a+b

def hw(name):
    print "Hello " + name


 
Which of the following would make sense as lines that utilize these functions? *
Required
Name(s) comma separated, first and last *
netid *
netid (partner, optional)
netid (partner, optional)
netid (partner, optional)
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy