Skip to content
Prev 308222 / 398503 Next

for loop output

At the end of the loop, the last output should be stored in int, so

int

will give it to you. You don't need the print(int) within the loop
unless you like to verify that the loop is working.

Sarah
On Wed, Oct 17, 2012 at 2:16 PM, stats12 <skarmv at gmail.com> wrote: