Commit dca3afc0 by BellCodeEditor

save project

parent 4a913517
Pipeline #5887 failed in 0 seconds
Showing with 10 additions and 8 deletions
g = '技术大版v付款后'
l=len(g)
i=0
while i<l:
element=g[i]
print(g)
i+=1
\ No newline at end of file
import random
k = "开发集团研发投入的谈话"
m = "我是SB!"
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
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