Commit 71346ed4 by BellCodeEditor

save project

parent 6687240d
Showing with 3 additions and 1 deletions
...@@ -13,6 +13,7 @@ for i in message: ...@@ -13,6 +13,7 @@ for i in message:
c=random.choice(key) c=random.choice(key)
d=d+a+b+c d=d+a+b+c
d=list(d) d=list(d)
d.insert(3,f) p=random.randint(1,len(d))
d.insert(p,f)
d="".join(d) d="".join(d)
print(d) print(d)
\ 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