Commit 69c60905 by BellCodeEditor

save project

parent 417faf91
Showing with 6 additions and 2 deletions
...@@ -2,10 +2,14 @@ import random ...@@ -2,10 +2,14 @@ import random
a="" a=""
key = "hdsahdijsaydwajdya" key = "hdsahdijsaydwajdya"
message="卢浩铭是个带sb" message="卢浩铭是个带sb"
message1="8327498273498"
for i in message: for i in message:
b1=i b1=i
b2=random.choice(key) b2=random.choice(key)
b3=random.choice(key) b3=random.choice(key)
b=b1+b2+b3 b=b1+b2+b3
a=a+b a=a+b
print(a) tt=list(a)
\ No newline at end of file tt.insert(4,message1)
pp="".join(tt)
print(pp)
\ 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