Commit 8637e781 by BellCodeEditor

auto save

parent 779c44c2
Showing with 29 additions and 0 deletions
m="诺依,周末一起去看动漫展"
for i in m:
print(i)
\ No newline at end of file
m="诺依,周末一起去看动漫展"
length=len(m)
i=0
while i <length:
e=m[i]
print(e)
i+=1
\ No newline at end of file
import random
key="drfgdrt哦苹果不能看不见不好看和亚运会歌"
m="诺依,周末一起去看动漫展"
key_m=""
no="@^*&^#$*$%^&&!*"
for i in m:
s1=i
s2=random.choice(key)
s3=random.choice(key)
text=s1+s2+s3
key_m=key_m+text
list_m=list(key_m)
index=random.randint(0,len(key_m))
list_m.insert(index,no)
result_m="".join(list_m)
print(result_m)
\ 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