Commit 011acae7 by BellCodeEditor

save project

parent 8e0e8884
Showing with 75 additions and 54 deletions
......@@ -10,61 +10,81 @@
# print("YingYu")
# elif zhou == 2 or 4 or 5 or 7:
# print("gx")
# else:
# print("meiyou")
# import random
# name = input("name")
# a=["a",'d','f','g','h','tg','h','gt','h','tr','h','yrh']
# s=random.choice(a)
# # else:
# # print("meiyou")
# # import random
# # name = input("name")
# # a=["a",'d','f','g','h','tg','h','gt','h','tr','h','yrh']
# # s=random.choice(a)
# print("ADGXCH"+name+"nm"+s)
# import turtle
# a=turtle.Pen()
# # a.left(135)
# # print("ADGXCH"+name+"nm"+s)
# # import turtle
# # a=turtle.Pen()
# # # a.left(135)
# # # a.forward(100)
# # # a.right(90)
# # # a.circle(-50,180)
# # a.right(180)
# # a.forward(100)
# # a.right(90)
# # a.circle(-50,180)
# a.right(180)
# a.forward(100)
# a.left(90)
# a.circle(50,180)
# a.hideturtle()
# turtle.done()
# import turtle
# a=turtle.Pen()
# a.pensize(5)
# a.pencolor("blue")
# a.circle(50)
# a.penup()
# a.goto(100,0)
# a.pendown()
# a.pencolor("black")
# a.circle(50)
# a.penup()
# a.goto(200,0)
# a.pendown()
# a.pencolor("red")
# a.circle(50)
# a.penup()
# a.goto(45,-90)
# a.pencolor("yellow")
# a.penup()
# a.goto(50,-90)
# a.pendown()
# a.circle(50)
# a.pencolor("green")
# a.penup()
# a.goto(145,-90)
# a.pendown()
# a.circle(50)
# # a.left(90)
# # a.circle(50,180)
# # a.hideturtle()
# # turtle.done()
# # import turtle
# # a=turtle.Pen()
# # a.pensize(5)
# # a.pencolor("blue")
# # a.circle(50)
# # a.penup()
# # a.goto(100,0)
# # a.pendown()
# # a.pencolor("black")
# # a.circle(50)
# # a.penup()
# # a.goto(200,0)
# # a.pendown()
# # a.pencolor("red")
# # a.circle(50)
# # a.penup()
# # a.goto(45,-90)
# # a.pencolor("yellow")
# # a.penup()
# # a.goto(50,-90)
# # a.pendown()
# # a.circle(50)
# # a.pencolor("green")
# # a.penup()
# # a.goto(145,-90)
# # a.pendown()
# # a.circle(50)
# turtle.done()
a = "python"
# print(list(a))
b=list(a)
print(str(b))
# c=str(b)
# print(type(c))
# print(len(c))
d=''.join(b) #(列表转字符串“”中每个字符间)
# # turtle.done()
# a = "python"
# # print(list(a))
# b=list(a)
# print(str(b))
# # c=str(b)
# # print(type(c))
# # print(len(c))
# d=''.join(b) #(列表转字符串“”中每个字符间)
# print(d)
import random
message=input("")
kmessage=""
noise="gfhbhgvbrtkbvthjbntrhjbkrtbtybrtbrtbet"
for i in message:
strr=i
strrr=random.choice(noise)
strrrr=random.choice(noise)
hua=strr + strrr + strrrr
kmessage=kmessage + hua
print(kmessage)
kkk="@%#^!!?"
aa=list(kmessage)
suiji = random.randint(0,len(kmessage))
aa.insert(suiji,kkk)
d = "".join(aa)
print(d)
\ No newline at end of file
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