Changes

Jump to navigation Jump to search
Line 677: Line 677:     
====Python function block====
 
====Python function block====
The Python function block is processed through tajail.py. For security reasons, it cannot access Turtle Art objects. It can it only access the Python language and the time, math and numpy libraries.
+
The Python function block is processed through tajail.py. For security reasons, it cannot access Turtle Art objects. It can it only access the Python language and the time, math and numpy libraries as the following extract from tajail.py shows.
    
  from time import *
 
  from time import *
Line 684: Line 684:  
     from numpy import *
 
     from numpy import *
    +
For more informnation:
 
Python language, see http://docs.python.org/tutorial/
 
Python language, see http://docs.python.org/tutorial/
 
Math library, see http://docs.python.org/library/math.html  
 
Math library, see http://docs.python.org/library/math.html  
2,486

edits

Navigation menu