Commit 04999f9c by BellCodeEditor

save project

parent 5e1fc4ae
Showing with 5 additions and 2 deletions
......@@ -2,10 +2,14 @@ import random
key="1213141516171819"
message = "诺依,周末一起去看动漫展吧!"
e=""
x="1534145"
for i in message:
a=i
c=random.choice(key)
d=random.choice(key)
w=a+c+d
e=e+w
print(e)
\ No newline at end of file
ee=list(e)
ee.insert(6,x)
p="".join(ee)
print(p)
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