Commit 5a0cd31a by BellCodeEditor

save project

parent eb0889b3
Showing with 11 additions and 9 deletions
m = "诺依,周末一起去看动漫展吧!" import random
k='hjstkfhsjkshfshfshfskjsnfjhsf'
l=len(m) m='lmfkfmfklfklfklmkfkfk'
i=0 k_m=""
while i<l: for i in m:
e=m s1=i
print(m) s2=random.choice(k)
i+=1 s3=random.choice(k)
\ No newline at end of file t=s1+s2+s3
k_m=k_m+t
print(k_m)
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