python叠加等边三角形绘制


import turtle 
turtle .pu()
turtle .fd(-120)
turtle.pensize(3)
turtle.width(5)
turtle.pencolor("green")
turtle.pd()
turtle.fd(250)
turtle.seth(120)
turtle.pencolor("green")
turtle.fd(250)
turtle.seth(-120)
turtle.pencolor("blue")
turtle.fd(250)
turtle.pencolor("blue")
turtle.fd(250)
turtle.seth(0)
turtle.pencolor("black")
turtle.fd(250)
turtle.pencolor("black")
turtle.fd(250)
turtle.seth(120)
turtle.pencolor("yellow")
turtle.fd(250)
turtle.seth(-120)
turtle.pencolor("yellow")
turtle.fd(250)
turtle.seth(120)
turtle.pencolor("purple")
turtle.fd(250)

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM