Commit afecde46 by BellCodeEditor

save project

parent 4f189c95
Showing with 12 additions and 0 deletions
import random
yao = 'neuiwicm那次哦亲米奇村民'
mi = '床前明月光'
xin = ''
for i in mi:
s1 = i
s2 = random.choice(yao)
s3 = random.choice(yao)
s4 = s1+s2+s3
xin = xin+s4
list(xin)
\ 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