Commit 079069d9 by BellCodeEditor

save project

parent 4651f16e
Showing with 11 additions and 0 deletions
import random
a="今天晚上出去玩"
a="hgbc78weqr4ir;l./jjh尽快给乙方"
a1=list(a)
j=0
for i in range(len(a)):
j=j+1
a1.insert(i+j,random.choice(i))
a="".join(a1)
print(a)
\ 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