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

Saturday, December 1, 2012

Codecademy: Comprehending Comprehensions


#sample solution


threes_and_fives = [x for x in range(16)[1::] if (x%3==0) or (x%5==0)]
print threes_and_fives

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts