Lv.1
这家伙很勤快,什么也没有写
签名:工作中
在 加密你的密码 中回复
加密密码2出来了!仅仅4行代码,就能加密你的密码,字母数字混搭都可以!
网址:https://shequ.codemao.cn/community/327565
2020-07-29T13:48:02 点赞:0
在 【Python连续剧--4】for循环与range函数(干货好多doge) 中回复
这样如何?
import turtle
import random
turtle = turtle.Pen()
turtle.speed(0)
turtle.hideturtle()
n = random.randint(4, 7)
color = ['red', 'orange', 'blue', 'green', 'yellow', 'purple']
length = 400
while n:
for i in range(n):
turtle.pencolor(random.choice(color))
turtle.forward((length / n))
turtle.left((360 / n))
2020-08-02T11:33:52 点赞:0
在 猜MC的缩写 中回复
公布答案啦。Mojang Corporation(Mojang公司),Microsoft Corporation(微软公司)也行
2020-10-05T18:47:08 点赞:0