D
Derek Rhodes
#using python 2.4a3
say there is a list:
list = range(10000)
Now randomize it.
Next, command the interpreter:
What algorithm is used here?
-Derek.
say there is a list:
list = range(10000)
Now randomize it.
Next, command the interpreter:
What algorithm is used here?
-Derek.