avatarJim McAulay🍁 I'm nobody. Are you a nobody too?

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

1252

Abstract

-number">300</span>)</span> <span class="hljs-variable">left</span> (<span class="hljs-number">150</span>) <span class="hljs-variable"><span class="hljs-keyword">if</span></span> <span class="hljs-variable">abs</span> (<span class="hljs-function"><span class="hljs-title">position</span>()) < <span class="hljs-number">1</span>: <span class="hljs-variable">break</span> <span class="hljs-title">end_fill</span>()</span></pre></div><div id="c4e9"><pre><span class="hljs-function"><span class="hljs-title">color</span> <span class="hljs-params">(<span class="hljs-string">"blue"</span>)</span> <span class="hljs-title">stamp</span> <span class="hljs-params">()</span></span></pre></div><p id="61ab">In 1967 an educational programing language called Logo was developed by BBN Technologies. The language featured a turtle robot and an onscreen cursor shaped like a turtle. To date there have been 308 implementations and dialects of Logo. In 2006 a turtle module became part of the standard distribution of Python. Python’s turtle module provides a fun and easy way to learn computer programming.</p><p id="3efa">This poem is a tritriplicata <a href="undefined">Arjan Tupan</a></p><div id="4bbf" class="link-block"> <a href="ht

Options

tps://readmedium.com/what-is-that-tritriplicata-thing-866ccea7fba9"> <div> <div> <h2>What Is That Tritriplicata Thing?</h2> <div><h3>The ultimate tritriplicata FAQ</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*xzxaowREnnr2gqLc)"></div> </div> </div> </a> </div><p id="6ffb">Day 4 of star week. <a href="undefined">Jenny Justice</a></p><div id="e5c9" class="link-block"> <a href="https://readmedium.com/a-justice-poetic-july-8995daad299a"> <div> <div> <h2>A Justice Poetic July</h2> <div><h3>With Star Week Writing Prompt, Fam!</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*-KMjQE28vIApvJfl)"></div> </div> </div> </a> </div><p id="0d21"><a href="undefined">Jim McAulay🍁</a> likes eating his family and not using commas.</p></article></body>

Turtle And Star

How to create a star

Source: screen capture my computer

Tell turtle Go forward three hundred. Then turn left one hundred and fifty And repeat forever. When you get

To Zero Break from endless repeat Then fill the star with sunshine yellow Then add a blue turtle And you’re done.

from turtle import *
shape ("turtle")
color('red', 'yellow')
begin_fill()
while True:
    forward(300)
    left (150)
    if abs (position()) < 1:
        break
end_fill()
color ("blue")
stamp ()

In 1967 an educational programing language called Logo was developed by BBN Technologies. The language featured a turtle robot and an onscreen cursor shaped like a turtle. To date there have been 308 implementations and dialects of Logo. In 2006 a turtle module became part of the standard distribution of Python. Python’s turtle module provides a fun and easy way to learn computer programming.

This poem is a tritriplicata Arjan Tupan

Day 4 of star week. Jenny Justice

Jim McAulay🍁 likes eating his family and not using commas.

Star Week
Python
Python Turtle
Tritriplicata
Recommended from ReadMedium