Commit 6c8d3116 by BellCodeEditor

save project

parent e6feaa75
Showing with 8 additions and 3 deletions
import random
m
message="ZZMZZMZZMZZMZZMZZMZZM"
key="afas,;sdadfa发的的是飞洒法"
abc=""
# 请对message进行遍历,取出所有元素
for i in message:
str=random.choice(key)
print(str)
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
abc=abc+text
print(abc)
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