from turtle import * def motif(): pendown() fd(40) lt(45) fd(40) lt(135) fd(40) lt(45) fd(40) lt(135) penup()