Commit f56f576a by BellCodeEditor

save project

parent 5d2520c1
Showing with 4 additions and 2 deletions
message = "诺依,周末一起去看动漫展吧!"
key="sdh是第几个33325"
key="sdh是第几个33.325"
import random
b=""
for i in message:
......@@ -9,6 +9,7 @@ for i in message:
a=str1+str2+str3
b=b+a
c=list(b)
c.insert(4,";.[;.[o]]")
d=random.randint(0,len(b))
c.insert(d,";.[;.[o]]")
d="".join(c)
print(d)
\ 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