Commit 5749b761 by BellCodeEditor

auto save

parent 0aacb7bb
Showing with 10 additions and 2 deletions
...@@ -10,8 +10,16 @@ for i in message: ...@@ -10,8 +10,16 @@ for i in message:
s2=random.choice(key) s2=random.choice(key)
s3=random.choice(key) s3=random.choice(key)
hh=s1+s2+s3 hh=s1+s2+s3
hhh=hhh+hh hhh=hhh+hh
print(hhh) message=list(hhh)
oh="!@#$%^&"
my="!@#$%^&"
god="!@#$%^&"
message.insert(5,oh)
message.insert(8,my)
message.insert(3,god)
hhh1="".join(message)
print(hhh1)
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