
Lv.1
一个热爱编程的普通人
在 【官方】如何上首页?只需在本帖下面评论! 中回复
import turtle
__Pen = turtle.Pen()
#开始进入Python的世界
__Pen.speed(1000)
__Pen.penup()
__Pen.goto(0, (-50))
__Pen.pendown()
__Pen.pensize(10)
__Pen.pencolor("#ff0000")
__Pen.circle(105)
__Pen.left(90)
__Pen.penup()
__Pen.forward(50)
__Pen.pendown()
__Pen.right(90)
__Pen.begin_fill()
__Pen.fillcolor("#3366ff")
__Pen.circle(55)
__Pen.end_fill()
__Pen.pensize(1)
__Pen.left(90)
__Pen.penup()
__Pen.forward(70)
__Pen.pendown()
__Pen.left(90)
__Pen.penup()
__Pen.forward(40)
__Pen.pendown()
__Pen.left(180)
__Pen.pencolor("#ffffff")
__Pen.begin_fill()
__Pen.fillcolor("#ffffff")
for __count in range(5):
__Pen.forward(100)
__Pen.right(144)
__Pen.end_fill()
turtle.hideturtle()2021-09-11T15:59:04 点赞:0
在 哈哈哈哈哈 中回复
怎么做?不告诉我给你一个东西↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
while True:
2022-01-14T14:31:59 点赞:0
在 [教程]如何在帖子里使用彩虹字 中回复
<font color="#a883ff">啊</font><font color="#af77e7">这</font><font color="#b76bd0">~</font><font color="#bf5fb9">~</font><font color="#c753a2">~</font><font color="#cf478b">~</font><font color="#d73b73">~</font><font color="#df2f5c">~</font><font color="#e72345">~</font><font color="#ef172e">~</font><font color="#f7b17">~</font>
2022-01-14T14:55:04 点赞:0
在 如何下载kitten4(其实不算下载,就是变成独立应用) 中回复
由于发帖时忘记检查了,最后有一句话,是“除了在kitten4网页里,还可用在其他网页”
2022-01-19T13:51:47 点赞:0
在 奇怪的Traceback增加了 中回复
Traceback(PC performance)
File"<python#0>".line1.in<moudle>
999**999**999**999**999**999**999**999**999**999**999**999**999**999**999**999**999**999**999**999
P喵erformanceError:the program crashes due to the poor computing power of the computer
def Traceback():
print('Traceback(PC performance)')
print(' '*2 + 'File"<python#0>".line1.in<moudle>')
print(' '*4 + '999**999**999**999**999**999**999**999**999**999**999**999**999**999**999**999**999**999**999**999')
print(' '*2 + 'P喵erformanceError:the program crashes due to the poor computing power of the computer')
Traceback()2022-03-05T08:38:33 点赞:0