On Nov 20, 9:41 pm, [EMAIL PROTECTED] wrote:
> On Nov 20, 3:25 pm, [EMAIL PROTECTED] wrote:
>
>
>
> > Hi,
>
> > I am an unabashed noob.
>
> > I am trying to build a list to store values that are generated through
> > a loop. However, every time I append the variable to the list, I'd
> > like to re
On Nov 20, 3:25 pm, [EMAIL PROTECTED] wrote:
> Hi,
>
> I am an unabashed noob.
>
> I am trying to build a list to store values that are generated through
> a loop. However, every time I append the variable to the list, I'd
> like to reset the variable, but have the value persist in the loop. I
>
Hi,
I am an unabashed noob.
I am trying to build a list to store values that are generated through
a loop. However, every time I append the variable to the list, I'd
like to reset the variable, but have the value persist in the loop. I
understand why this doesn't work because it's a reference n