Commit 03353e39 by BellCodeEditor

save project

parent 766503a0
Showing with 32 additions and 7 deletions
import turtle import turtle
# pen=turtle.Pen()
# pen.write("嗨,"font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.done()
# import turtle
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.color("red") pen1.color("red")
pen1.left(45) pen1.left(45)
...@@ -13,4 +8,11 @@ pen1.right(90) ...@@ -13,4 +8,11 @@ pen1.right(90)
pen1.circle(50,180) pen1.circle(50,180)
pen1.forward(100) pen1.forward(100)
pen1.hideturtle() pen1.hideturtle()
turtle.done() screen=turtle.Screen()
\ No newline at end of file screen.bgcolor("pink")
pe.penup()
penn=turtle.Pen()
pen.goto(100,-100)
pen.write("爱",font=("Times",20,"normal"))
pen.hideturtle()
turtle.done()
oi="UIUIUI预估有图图预付消费变不回家干活"
oo="UI古过过过过一图晕拖与过"
t1=list(oi)
t2=list(oo)
t1.insert(6,t2)
print(t1)
\ No newline at end of file
import random
key="狗肉馆热狗如果个人供热供热供热个人的身体热的赫瑞特三个户个人付high日热火锅不反弹任何个人合格"
d=input("")
noise="gdfgdfbfdhtg"
t5=""
for i in d:
t1=i
t2=random.choice(key)
t3=random.choice(key)
t4=t1+t2+t3
t5=t5+t4
a1=list(t5)
a=random.randint(0,len(a1))
a1.insert(a,noise)
b="".join(a1)
print(b)
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