Commit 4a160b95 by BellCodeEditor

save project

parent 2124d434
Showing with 24 additions and 0 deletions
import random
k='绝对是没u我看见对方明天肯定就是父母然后三况且普通法库存继续低头传媒系矿物开采'
m=input("请输入:")
km=''
n='上课玩手机而来的了,而多么看到没雕,刻机吃么下面是面向'
for i in m:
s1=i
s2=random.choice(k)
s3=random.choice(k)
t=s1+s2+s3
km=km+t
lm=list(km)
ix=random.randint(0,len(km))
lm.insert(ix,n)
rm=''.join(lm)
print(rm)
\ No newline at end of file
m='诺依,周末一起去看动漫展吧!'
l=len(m)
i=0
while i<l:
e=m[i]
print(e)
i+=1
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