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

Popular posts from this blog

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -

python - Error while using APScheduler: 'NoneType' object has no attribute 'now' -