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

Saturday, December 1, 2012

Codecademy: Now You Try!


#sample solution


cubes_by_four = [x**3 for x in range(1,11) if x**3 % 4 == 0]
print cubes_by_four

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts