Commit 0d3c5269 by BellCodeEditor

save project

parent 75104166
Showing with 4 additions and 2 deletions
...@@ -11,6 +11,7 @@ for i in message: ...@@ -11,6 +11,7 @@ for i in message:
text = str1+str2+str3 text = str1+str2+str3
fd = fd+text fd = fd+text
fd1=list(fd) fd1=list(fd)
fd1.insert(6,'dcg4r8f9f') fd3=random.randint(0,len(fd1))
fd2=''.join(fd1) fd1.insert(fd3,'dcg4r8f9f')
fd2=''.join(fd1)
print(fd2) print(fd2)
\ 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