Commit cee1d518 by BellCodeEditor

save project

parent 61f51333
Showing with 7 additions and 2 deletions
import random
key = "hhhhhhhhhhkkkkkkkkkkkkkkkhhhhhhhhhhhhhh"
a = "诺依,周末一起去看画展"
b ="port@#$%^&"
h4=""
list(b)
for i in a:
h1=i
h2=random.choice(key)
h3=random.choice(key)
h = h1 + h2 +h3
h4 = h4 + h
print(h4)
\ No newline at end of file
h4=list(h4)
h4.insert(5,b)
c1="".join(h4)
print(c1)
\ 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