Hi,

On 11/12/15 23:19, phamton...@gmail.com wrote:
Can anyone direct me in the direction where to start the code for the 
randomized of the  ball  to start.

Your questions over the last week or so appear to be homework assignments. However, I'll give you a hint: in the interactive interpreter shell, try:

>>> import random
>>> help(random)

Read that and try to work out how you might apply one of the functions to your problem.

E.
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to