Commit 1cc17dd6 by BellCodeEditor

save project

parent e57b1737
Showing with 14 additions and 2 deletions
key='fgkfudghfgnjfgfdhgkjfdgnfightkrgregijrtgirkiglrgrgergjkrgkrhg'
message = "诺依,周末一起去看动漫展吧!"
import random
a=random.choice(message)
print(a)
last=''
for i in message:
test1=i
test2=random.choice(key)
test3=random.choice(key)
last+=test1+test2+test3
print(last)
gan='^$^%^&%&%'
last1=list(last)
print(last1)
last1.insert(random.randint(0,len(last1)),gan)
print(last1)
print(''.join(last1))
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