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

Thursday, November 29, 2012

Codecademy: Infinite loops


#sample solution


count = 0

while count < 10:
print count
count = count + 1

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts