Commit f29e61ac by BellCodeEditor

save project

parent 1becd6b7
Showing with 2 additions and 2 deletions
......@@ -14,9 +14,9 @@ for i in message:
str2=random.choice(key)
a=str+str1+str2
b = b +a
print(b)
s=list(b)
s.insert(5,p)
i=random.randint(0,len(b))
s.insert(i,p)
d="".join(s)
print(d)
......
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