Commit 6f0d757a by BellCodeEditor

save project

parent 027d3568
Showing with 14 additions and 2 deletions
message = "诺依,周末一起去看动漫展吧!" import random
key="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20"
message=input("请输入")
key_message=""
for i in message:
a=i
b=random.choice(key)
c=random.choice(key)
t=a+b+c
key_message=key_message+t
print(key_message)
# 请对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