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

Saturday, December 1, 2012

Codecademy: Try It!


#sample solution


squares = [x**2 for x in range(11)[1::]]
print squares
print filter(lambda y: 70 >= y >= 30, squares)

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts