Commit b0a20ece by BellCodeEditor

save project

parent dcb32be4
Showing with 11 additions and 4 deletions
import random
key = "hhhhhhhhhhkkkkkkkkkkkkkkkhhhhhhhhhhhhhh"
a = "诺依,周末一起去看画展" a = "诺依,周末一起去看画展"
for i in range(len(a)): h4=""
print(a[i]) for i in a:
\ No newline at end of file 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
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