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

Thursday, November 29, 2012

Codecademy: While you're at it


#sample solution

num = 1

while num < 11:#fill in the condition
    #print num squared
    print num ** 2
    num = num + 1

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts