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

Wednesday, November 28, 2012

Codecademy: Using two lists as two arguments in a function


#sample solution

m = [1,2,3]
n = [4,5,6]
def myFun(x,y):
return x + y
print myFun(m,n)

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts