Commit 19ceac53 by BellCodeEditor

save project

parent d223b699
Showing with 13 additions and 0 deletions
import
\ No newline at end of file
import random
a='我屮,用这种方式加密真的是太好玩了哈哈哈'
b='诺伊,周末一起去看漫画展吧'
g=""
for i in b:
k=random.choice(a)
k1=random.choice(a)
text=k1+k+i
g=g+text
print(g)
\ 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