Commit 729c6af4 by BellCodeEditor

save project

parent 5f003329
Showing with 4 additions and 1 deletions
......@@ -13,6 +13,8 @@ for i in message:
text=str1+str2+str3
key_mess = text
doukeyi= list(key_mess)
doukeyi.insert(1,gr)
suoyin=random.randint(0,len(key_mess))
doukeyi.insert(suoyin,gr)
zifuchuan = "".join(doukeyi)
print(zifuchuan)
\ 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