Skip to content

poisson/fish #2

@kharroubimedyassine1-ctrl

Description

from turtle import *
bgcolor("skyblue")
speed(1)
pensize(3)
shape('turtle')
up()
goto(-150,100)
down()
fillcolor('red')
begin_fill()
right(90)
fd(110)
lt(135)
fd(70)
rt(90)
fd(140)
lt(90)
fd(150)
lt(90)
fd(150)
lt(90)
fd(140)
rt(90)
fd(70)
end_fill()
penup()
goto(50, 50)
down()
dot(30, "black")
hideturtle()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions