11-24-2007, 06:12 PM
|
#3 (permalink)
|
|
The Wanderer
Join Date: Nov 2007
Posts: 12
Thanks: 0
|
Range creates an array of the numbers without and has less overhead than calling a loop. It's basically quicker, but if you're planning on printing the numbers, than it's better to use a for loop, because you'll eventually have to loop the range array to print it out.
|
|
|