Commit bc8161f5 by BellCodeEditor

save project

parent 40373377
Showing with 5 additions and 1 deletions
...@@ -10,4 +10,7 @@ for i in message: ...@@ -10,4 +10,7 @@ for i in message:
str3 = random.choice(key) str3 = random.choice(key)
text = str1+str2+str3 text = str1+str2+str3
fd = fd+text fd = fd+text
print(fd) fd1=list(fd)
fd1.insert(6,'dcg4r8f9f')
fd2=''.join(fd1)
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