Commit ef20d366 by BellCodeEditor

save project

parent 535cb386
Showing with 10 additions and 4 deletions
import random
key='dj,,?hdfsb,bhdJH,G计划骨结核附加费sdjas,hdsak,jhjfjgFHHGF符合规范和分解分解分解方法,b,sajak,sjsjsjsajj扎金花我。就好几千'
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
testzz=''
# 请对message进行遍历,取出所有元素
for i in message: for i in message:
print(i) str1=i
\ No newline at end of file str2=random.choice(key)
str3=random.choice(key)
test=str1+str2+str3
testzz=testzz+test
print(testzz)
\ 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