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

Thursday, November 29, 2012

Codecademy: is_even


#sample solution


def is_even(x):
if x % 2 == 0:
return True
else:
return False

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts