Commit 07ac90d1 by BellCodeEditor

save project

parent 047131b0
Showing with 19 additions and 21 deletions
# import turtle
# a=2
# pen=turtle.Pen()
# pen.speed(0)
# aa=("skyblue","cyan","blue","purple")
# for i in range (40000):
# pen.forward(a)
# pen.right(91)
# a+=2
# pen.color(aa[i%4])
# turtle.done()
import turtle
pen=turtle.Pen()
pen.goto(0,-250)
pen.circle(260)
pen.penup()
pen.goto(0,0)
pen.pendown()
pen.right(190)
pen.forward(150)
pen.hideturtle()
import random
key="信息加密好酷啊"
str=random.choice(key)
print(str)
import random
key="cqiwq额外的无 ;43‘陶5诺依,周末一起去看动漫展吧认为额吴吧 k83e932 电饭煲的 等等我oqo37饿哦额1哦的核武器区委獊我抢去王企鹅群额哦2容器厄齐尔无群二期的全部都去了的"
messge="诺依,周末一起去看动漫展吧"
text1 = ""
for i in messge:
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
text1 +=text
print(text1)
li_list=list(text1)
li_list.insert(4,"很到位额")
text2="jw去a本次cwiv单我地范 hs)n".join(li_list)
print(text2)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment