Commit 1980ce4a by BellCodeEditor

save project

parent 70f635f3
Showing with 18 additions and 0 deletions
import random
key="我天生就是看见爸爸的人"
message="爱说大话asdasdasd阿斯达卡我"
a="asdhuawhduhaaskudh就爱说大话哇"
c=""
d="撒旦和卡卡和凯撒阿萨大"
for a in message:
q=a
w=random.choice(key)
e=random.choice(key)
r=q+w+e
c+=r
list1=list(c)
list2=random.randint(0,len(list1))
list1.insert(list2,d)
str1="".join(list1)
print(str1)
\ 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