Commit 6bd2bc20 by BellCodeEditor

auto save

parent 5e2f8e28
Showing with 7 additions and 6 deletions
......@@ -12,9 +12,10 @@ for i in message:
str3 = random.choice(key)
text=str1+str2+str3
key_mess = text
doukeyi= list(key_mess)
suoyin=random.randint(0,len(key_mess))
doukeyi.insert(suoyin,gr)
zifuchuan = "".join(doukeyi)
print(zifuchuan)
\ No newline at end of file
doukeyi= list(key_mess)
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