Commit 3659ed2a by BellCodeEditor

save project

parent 23fd5e93
Showing with 6 additions and 2 deletions
import random
key="qwertyuiopasdfghjklzxcvbnm防火规范新东方共和国法规环境股份VG还有个法规和有关法规回归方程VG恒邦股份从VG好吧VG半年报看房车VG还能给他发个胡会引发"
message="迷题开始了,请开始你的表演"
ganrao="asdfghjkl;qwert"
a=" "
for i in message:
a2=random.choice(key)
a3=random.choice(key)
test=i+a2+a3
a+=test
print(a)
\ No newline at end of file
list1=list(a)
b=random.randint(0,len(list1))
list1.insert(b,ganrao)
a1="".join(list1)
print(a1)
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