Commit e56fe613 by BellCodeEditor

save project

parent 6953930b
Showing with 11 additions and 6 deletions
message = "诺依,周末一起去看动漫展吧!" import random
message = input("TM的,快输入加密文章,草")
# 请对message进行遍历,取出所有元素 sb = "李秉臻,12345678090-k你是傻子吗?"
for i in message(): text=""
print(i) for i in message:
\ No newline at end of file str1=i
str2=random.choice(sb)
str3=random.choice(sb)
text=text+str1+str2+str3
print(text)
\ 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