Commit 1ce5c57f by BellCodeEditor

auto save

parent e8e9a8ac
Showing with 4 additions and 4 deletions
...@@ -15,9 +15,9 @@ for i in message: ...@@ -15,9 +15,9 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
text=str1+str2+str3 text=str1+str2+str3
print(text) print(text)
mess=list(message) mess=list(message)
num=random.randint(0,len(mess)) num=random.randint(0,len(mess))
mess.insert(num,"password") mess.insert(num,password)
print("",join(mess)) print("",join(mess))
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