Commit 03ec0bd1 by BellCodeEditor

save project

parent ff0ba2d8
Pipeline #2710 failed in 0 seconds
Showing with 17 additions and 5 deletions
import random
message = "abcdeugQI8QYUIOQU98"
li_message = list(message)
key = "@#%$&^%*^"
for i in range(len(message)):
li_message.insert(random.randint(0,len(message)),key)
print(li_message)
\ No newline at end of file
import random import random
key = "规格严格给环境uiu i iii黑衣法官, 回复"
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
key="及算法来计算流放地解放了绝对是积分莉萨里的浪费多少了但是" text =""
text=""
for i in message: for i in message:
str1 = i str1 = i
str2 = random.choice(key) str2 = random.choice(key)
str3 = random.choice(key) str3 = random.choice(key)
text +=str1+str2+str3 text = text+ str1+str2+str3
print(text) li_text = list(text)
\ No newline at end of file key2 = "会发出更好更快从从给付和"
li_text.insert(4,key2)
str_text = "".join(li_text)
print(str_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