Commit 3f517af9 by BellCodeEditor

auto save

parent 013702fb
Pipeline #5136 failed in 0 seconds
Showing with 17 additions and 0 deletions
import random
key="何况人him慧可慧可慧可红恶赛车看完记得家333464c基督教思想开车门吗我就在空间查看vii下"
message = input("你想输入的内容")
str=random.choice(key)
key_messge=""
for i in message:
a1=random.choice(key)
a2=random.choice(message)
a3=random.choice(message)
texe = a1+a2+a3
key_messge=key_messge+texe
noise = ".'|`*&^%^6%^送我啥是利物浦^&"
li = list(key_messge)
ine = random.randint(0,len(key_messge))
li.insert(ine,noise)
rr = "".join(li)
print(rr)
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