os.py

Created by numworks-nl

Created on July 20, 2021

484 Bytes

Met dit script teken je de Olympische vlam op je rekenmachine!


from turtle import *
from math import *
up()
pensize (2)
pencolor('#ffb734')
goto(-10,-20)
pendown()
goto(10,-20)
goto(5,-110)
goto(-5,-110)
goto(-10,-20)
goto(-30,0)
goto(30,0)
goto(10,-20)
penup()
pencolor('red')
goto(13,0)
pendown()
circle (20,60)
circle(35,78)
goto(24,55)
goto(10,45)
goto(7,70)
left(50)
circle(45,115)
penup()
pencolor('orange')
pensize(2)
goto(7,0)
pendown()
goto(15,13)
goto(10,25)
goto(5,13)
goto(-2,35)
right(90)
circle(25,90)
penup()
goto(200,200)

During your visit to our site, NumWorks needs to install "cookies" or use other technologies to collect data about you in order to:

With the exception of Cookies essential to the operation of the site, NumWorks leaves you the choice: you can accept Cookies for audience measurement by clicking on the "Accept and continue" button, or refuse these Cookies by clicking on the "Continue without accepting" button or by continuing your browsing. You can update your choice at any time by clicking on the link "Manage my cookies" at the bottom of the page. For more information, please consult our <a href="https://www.numworks.com/legal/cookies-policy/">cookies policy</a>.