indexing - How can I execute a Python Turtle script from my webhost? -
i'd python script run through webhost/domain. way maybe can put hyperlink on index leads little display?
i played in tab
import turtle   bob = turtle.pen()    in range(700):     bob.forward(i)     bob.left(80)     bob.forward(50)     bob.right(i)     bob.back(50)     bob.left(i)       
 
  
Comments
Post a Comment