Commit 67688bea by BellCodeEditor

save project

parent 15942f87
Showing with 5 additions and 2 deletions
......@@ -3,6 +3,7 @@ a = '哎哟,你干嘛'
b = '的JFK都是分开的时间,飞快的师傅们,长难句v就是随口就发你,bt买单疯狂加热方式s你'
dsd = len(a)
i = 0
c = "!%$&@*^(*#&@^)"
b_a = ""
for i in a:
str1 = i
......@@ -10,6 +11,8 @@ for i in a:
str3 = random.choice(b)
texet = str1+str2+str3
b_a = b_a + texet
list_b = list(a_b)
print(b_a)
list_b = list(a_b)
index = random.randint(0,len(a_b))
list_b.insert(index.c)
print(a_b)
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