Commit b9e400f1 by BellCodeEditor

save project

parent 2afda915
Showing with 11 additions and 5 deletions
import random
a= "诺依,周末一起去看动漫展吧!" a= "诺依,周末一起去看动漫展吧!"
q=0 k="华盛顿记得付款的时间发士大夫水水萨乌丁swda!@#$5^%&*p"
while q<14: w_t=""
print(a[q]) for i in a:
q+=1 s1=i
\ No newline at end of file s2=random.choice(k)
s3=random.choice(k)
t=s1+s2+s3
w_t=w_t+t
print(w_t)
\ 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