Commit dca3afc0 by BellCodeEditor

save project

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