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

Thursday, November 29, 2012

Codecademy: While you're here


#sample solution


count = 0

if count < 5:
    print "Hello, I am an if statement and count is", count
   
while count < 10:
    print "Hello, I am a while and count is", count
    count += 1

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts