User Profile
Collapse
-
IDE should work instead to develop. Let python develops :) -
-
you can see "The 50+ demo applications of the turtle module of Python are intended as examples for using Python and turtlegraphics in an educational setting." on this page - http://code.google.com/p/python-turtle-demo/. It`s interesting :)Leave a comment:
-
in "def arena(self, secondary)" you take 2 param - "self" and "secondary"
in
"self.arena = Button(frame, text='Arena Mode', relief=RAISED, command=self.ar ena)"
you called "self.arena " with one parametr "self".
Where second parametr ?Leave a comment:
-
in python 2.6 use
example :
from time import sleep
sleep(0.2)
for you:
from title import class
class.function( )
It`s mast workLeave a comment:
No activity results to display
Show More
Leave a comment: