Mega Code Archive
Categories
/
Python Tutorial
/
Statement
While Loops
x = 1 while x <= 10: print x x = x + 1