Re: the del function

2007-08-27 Thread Matt McCredie
t; [2, 2, 2, 2, 4, 4, 4, 3, 3, 3, 3] > [2, 2, 2, 2, 4, 4, 4, 3, 3, 3, 3] > [2, 2, 4, 4] > > The _red function is fine, but the del function isn't working. What did I > do wrong? The code is doing what you told it to: [code] while x < 4: array = single_players[4:17] # &

the del function

2007-08-26 Thread Lamonte Harris
, 3, 3, 3] [2, 2, 2, 2, 4, 4, 4, 3, 3, 3, 3] [2, 2, 4, 4] The _red function is fine, but the del function isn't working. What did I do wrong? -- http://mail.python.org/mailman/listinfo/python-list