Commit 9c9b926f by BellCodeEditor

save project

parent 3c7a1fc7
Showing with 2 additions and 1 deletions
...@@ -14,6 +14,6 @@ for i in message: ...@@ -14,6 +14,6 @@ for i in message:
str4=str1+str2+str3 str4=str1+str2+str3
w+=str4 w+=str4
w=list(w) w=list(w)
w.insert(3,"我是车亿鸣他妈妈") w.insert(random.randint(0,len(w)),"我是车亿鸣他妈妈")
w="".join(w) w="".join(w)
print(w) print(w)
\ 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