Quotes help make search much faster. Example: "Practice Makes Perfect"

Wednesday, November 28, 2012

Codecademy: More than one argument


#sample solution


m = 5
n = 13
#function goes here
def myFun(m,n):
return m + n
print (myFun(m,n))

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts