Commit 891be2e7 by BellCodeEditor

auto save

parent 71df8101
Showing with 12 additions and 4 deletions
message = "诺依,周末一起去看动漫展吧!" import random
key="非洲农业不发达!必须要有金坷垃!"
# 请对message进行遍历,取出所有元素 message="诺依,玩手机,气死大牙了!,老师诺依玩手机!"
key_message=""
for i in range(len(message)):
a=message[i]
b=random.choice(key)
c=random.choice(key)
d=a+b+c
key_message=key_message+d
print(key_message)
\ 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