Commit ca19957a by BellCodeEditor

auto save

parent 027d3568
Showing with 11 additions and 2 deletions
message = "诺依,周末一起去看动漫展吧!"
import random
y = 'dsqwuwu黑白成为而撤出剪刀'
m = input('请输入要加密的信息:')
q = ''
for i in m:
a1 = i
a2 = random.choice(y)
a3 = random.choice(y)
a4 = a1+a2+a3
q = q+a4
print(q)
# 请对message进行遍历,取出所有元素
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