五角星python程序

# -*- coding: utf-8 -*-

"""

Created on Mon Mar 16 01:26:13 2020

 

@author: 86136

"""

 

#e2.2DrawPython.py

from turtle import *

setup(650,450,600,230,)

penup()

fd(0)

pendown()

pensize(25)

pencolor("red")

seth(-72)

fd(70)

seth(0)

fd(70)

seth(216)

fd(70)

seth(-72)

fd(70)

seth(144)

fd(70)

seth(-144)

fd(70)

seth(72)

fd(70)

seth(144)

fd(70)

seth(0)

fd(70)

seth(72)

fd(70)

 

posted @ 2020-03-22 22:15  167ddf  阅读(518)  评论(0)    收藏  举报