Commit ed91a7ff by BellCodeEditor

save project

parent 45bfc66e
Showing with 9 additions and 2 deletions
import random
message=""
\ No newline at end of file
......@@ -2,10 +2,14 @@ import random
message="诺伊,周末去动漫展玩吧!"
key="qws,d利g奇j,t马g给redgl呀了看"
key_message=""
noise="gfg¥&¥%#dt@$3%$6g"
for i in message:
test1=i
test2=random.choice(key)
test3=random.choice(key)
test=test1+test2+test3
key_message=key_message+test
print(key_message)
\ No newline at end of file
l_mess=list(key_message)
l_mess.insert(10,noise)
re_mess="".join(l_mess)
print(re_mess)
\ 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