Commit 67688bea by BellCodeEditor

save project

parent 15942f87
Showing with 4 additions and 1 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
......@@ -11,5 +12,7 @@ for i in a:
texet = str1+str2+str3
b_a = b_a + texet
list_b = list(a_b)
print(b_a)
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