Commit 1282d229 by BellCodeEditor

save project

parent 85333f46
Showing with 11 additions and 4 deletions
import random
key="信息加密好酷呀!"
str=random.choice(key)
print(str)
\ No newline at end of file
key="将不合格不合格的发货计划局给好吃V还国服会提高法官的如果吃饭都系度UU姐带你飞的进步"
G="我们一起去"
new_str=""
for i in G:
str1=i
str2=random.choice(key)
str3=random.choice(key)
J=str1+str2+str3
new_str=new_str+J
print(new_str)
\ 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