大数据第三次作业

Posted ozx143570

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了大数据第三次作业相关的知识,希望对你有一定的参考价值。

from turtle import *


def drawstart(x, y, angle, length):
    up()
    setpos((x, y))
    down()
    right(angle)
    begin_fill()
    for i in range(5):
        forward(length)
        right(144)
    end_fill()
bgcolor(red)



color(yellow, yellow)
drawstart(-200,60,0,100)
drawstart(100,170,100,50)
drawstart(130,95,20,50)
drawstart(125,-10,100,50)
drawstart(100,-70,20,50)
done()

 

以上是关于大数据第三次作业的主要内容,如果未能解决你的问题,请参考以下文章

R语言R语言数据可视化——东北大学大数据班R实训第三次作业

第三次作业

第三次作业

第三次大作业-高级软件测试11.30日小组工作

第三次作业

第三次作业