Commit 160d22ac by BellCodeEditor

save project

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