Commit 69c60905 by BellCodeEditor

save project

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