Hi, I have something simple i want to do.
i want to modify an iterator value.
for x in someList
x = 1
is it possible to do that..if not how do i modify a list using iteration.
_______________ _______________ _______________ _______________ _____
Express yourself instantly with MSN Messenger! Download today - it's FREE!
i want to modify an iterator value.
for x in someList
x = 1
is it possible to do that..if not how do i modify a list using iteration.
_______________ _______________ _______________ _______________ _____
Express yourself instantly with MSN Messenger! Download today - it's FREE!
Comment