Commit 160d22ac by BellCodeEditor

save project

parent dca3afc0
Pipeline #5888 failed in 0 seconds
Showing with 4 additions and 2 deletions
import random import random
k = "开发集团研发投入的谈话" k = "开发集团研发投入的谈话"
m = "我是SB!" m = "我是SB!"
l=""
for i in m: for i in m:
str1 = i str1 = i
str2 = random.choice(k) str2 = random.choice(k)
str3 = random.choice(k) str3 = random.choice(k)
text = str1+str2+str3 text = str1+str2+str3
print(text) l+=text
\ No newline at end of file print(l)
\ 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