-
Bio
我的编程🎉️
- 你好啊_hello!
我是管理员哦,不能瞎整OJ题目。
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代码,其实五光十色、内含玄机、触目可见、巧妙生趣!
-
Accepted Problems
-
Recent Activities
This person is lazy and didn't join any contests or homework. -
Recent Solutions
This person is lazy and didn't write any solutions. -
Stat
-
Rating
Problem Tags
- 系统测试
- 1
- 数论
- 1