五角星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)
浙公网安备 33010602011771号