Commit 3df899d1 by BellCodeEditor

save project

parent 6b7f1741
Showing with 10 additions and 4 deletions
import random
a = '哎哟,你干嘛'
b = '的JFK都是分开的时间,飞快的师傅们,长难句v就是随口就发你,bt买单疯狂加热方式s你'
dsd = len(a)
i = 0
while i < dsd:
print(a[i])
i=i+1
b_a = ""
for i in a:
str1 = i
str2 = random.choice(b)
str3 = random.choice(b)
texet = str1+str2+str3
b_a = b_a + texet
list_b = list(a_b)
print(b_a)
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