Commit ccfa0e9a by BellCodeEditor

save project

parent 46f57d17
Showing with 12 additions and 0 deletions
import random
k = 'sb,真牛逼!'
m = '诺依,周末一起去看动漫展吧!'
k_m=''
for i in range(len(m)):
a=m[i]
b=random.choice(k)
c=random.choice(k)
d=a+b+c
k_m=k_m+d
print(k_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