[Tutor] my first project: a multiplication trainer

tiger12506 keridee at jayco.net
Sun Mar 16 17:16:13 CET 2008


> Considering the fact that choices[x] == x, shouldn't it be :
>     del choices[proxyq]

choices = [9,2,1,3,6,4,7,8,5,0]
for idx, x in enumerate(choices):
  print idx == x

False
False
False
True
False
False
False
False
False
False

Not always.


More information about the Tutor mailing list