Commit 891b6a4a by BellCodeEditor

save project

parent c43f750b
Pipeline #10888 failed in 0 seconds
Showing with 14 additions and 0 deletions
import random
key = "tyyddtt态度有人的态度duytdy阳台堆放"
a = "1+1=2"
i = 0
b = []
while i < len(a):
str1 = a[i]
str2 = random.choice(key)
str3 = random.choice(key)
text = str1+str2+str3
i = i+1
b.extend(text)
print(b)
\ 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