Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python turtle write

turtle.write(arg, move=False, align=’left’, font=(‘Arial’, 8, ‘normal’)) 

arg	Info, which is to be written to the TurtleScreen

align	One of the strings “left”, “center” or right”

font	A tuple (fontname, fontsize, fonttype)
 
PREVIOUS NEXT
Tagged: #python #turtle #write
ADD COMMENT
Topic
Name
7+7 =