Commit 418e4cb2 by BellCodeEditor

auto save

parent b8194994
Showing with 2 additions and 3 deletions
...@@ -11,7 +11,5 @@ for i in message: ...@@ -11,7 +11,5 @@ for i in message:
s1=random.choice(key) s1=random.choice(key)
s2=random.choice(key) s2=random.choice(key)
t+=i+s1+s2; t+=i+s1+s2;
t=list(t) in
t.insert(6,"@$%^&*^%$@!")
t="".join(t)
print(t) print(t)
\ 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