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

Wednesday, November 28, 2012

Codecademy: Control Flow and Looping


#sample solution


A = [0,1,2,3,4,5,6,7,8,9,10,11,12,13]
for number in A:
if number % 2 == 0:
print number

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts