• 个人简介

    我的编程🎉️

    • 你好啊_hello!
    from turtle import *
    import colorsys
    title('海龟绘图turtle')
    speed(0.2)
    bgcolor('black')
    pensize(2)
    goto(0, -50)
    for i in range(16):
        for j in range(15):
            c = colorsys.hsv_to_rgb(i/15,j/20,1)
            color(c)
            rt(90)
            circle(150-j*6, 90)
            lt(90)
            circle(150-j*6, 90)
            rt(180)
        circle(60, 24)
    penup()
    shape('turtle')
    penup()
    goto(0, 0)
    setheading(0)
    
    color('white')
    done()
    #运行完很好看哦
    
    ### python

    众所周知: 1+1 = π;一年里有二十个月,一周里有1古戈尔普勒克斯天;最小的偶数是最小的偶数,最大的质数是最大的质数....

  • 通过的题目

  • 最近活动

    This person is lazy and didn't join any contests or homework.
  • 最近编写的题解

    This person is lazy and didn't write any solutions.
  • Stat

  • Rating

题目标签

2008
1
系统测试
1
数论
1
模拟
1
各省省选
1
上海
1