Commit f8b342f7 by BellCodeEditor

save project

parent 94a48048
Showing with 7 additions and 2 deletions
import random
key= "abcdefg使用编程实现位移替换加密,制作密码"
message="小编,一起去玩吧!"
for i in message:
print(i)
\ No newline at end of file
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
print(text)
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