On 23/10/2013 21:42, Mauricio Villamil wrote:
> Hello,
>
> And thank you for any help.
>
Welcome to the python-tutor mailinglist.
Please use text emalis, not html. Your email program has lost all the
indentation below, making your program really hard to follow.
> I am writing a little prog. On
Hello,
And thank you for any help.
I am writing a little prog. On this part I need to recursively (preferably)
write to a list a value only if it's less than 49, else do an operation to
make it less than 49, then check which is the next available spot on the
list and write there ... so pseudo co