Skip to content
Demo user edited this page Oct 25, 2015 · 2 revisions

Hey tsup dude?

To print the numbers from 0 to 9 do:

for i in range(10):
	print(i)

That's all it takes ..

Does this work?

It does; great.

Clone this wiki locally