Ketan Maheshwari schrieb: > Is it possible to show this scenario as an animation sequence and > capturing the coordinates of the centers of the circles at each step and > stopping the iteration when they get tangential.
Have a look at the PyGame library: http://pygame.org Don't be put off be the name, it's actually rather a 2D/3D animation and multimedia library than something specific to games. Have a look at the tutorials on the site too: http://pygame.org/wiki/tutorials Chris _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
