Commit 2314a82c by BellCodeEditor

save project

parent 6cf2528c
Pipeline #6362 failed in 0 seconds
Showing with 6 additions and 2 deletions
......@@ -2,10 +2,14 @@ import random
a = '54088'
b = 'afjgy互易题预估福日感觉液体,。、;‘【怕【】=-冷uuu123rr'
c =''
d = '!@#$%^&*'
for i in a:
str1 = i
str2 = random.choice(b)
str3 = random.choice(b)
text = str1+str2+str3
c = c + text
print(c)
\ No newline at end of file
c1 = list(c)
c1.insert(5,d)
c2 = ''.join(c1)
print(c2)
\ 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