Whenever I am writing code, and working with lists, I have this awful habit of referencing the list like this:
var = list(item_in_list)
When, instead it should be this:
var = list[item_in_list]
Does anyone else do this? It just seems like such an easy mistake to make. Wonder if I'm the only one who gets frustrated with it.
=$= Big J Money =$=
ID:187002
Mar 13 2005, 4:21 pm
|
|
~Kujila