Commit 42d00f1e by BellCodeEditor

save project

parent 7980a671
Showing with 9 additions and 9 deletions
import random
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
key="abcdqw使用编程真的太好玩了"
# 请对message进行遍历,取出所有 for i in message:
lenght=len(message) str1=i
i=0 str2=random.choice(key)
with i<lenght: str3=random.choice(key)
b=message[i] diy=str1+str2+str3
i+=1 key_message=key_message.diy
pirth(message) 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