Commit 5a0cd31a by BellCodeEditor

save project

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