Commit 55a8ce12 by BellCodeEditor

save project

parent 9b1d59e0
Showing with 5 additions and 2 deletions
...@@ -11,4 +11,8 @@ for i in message: ...@@ -11,4 +11,8 @@ for i in message:
b = random.choice(key) b = random.choice(key)
c = random.choice(key) c = random.choice(key)
SB += a+b+c SB += a+b+c
print(SB) print(SB)
\ No newline at end of file s1 = "tyyt"
w=list(SB)
w.insert(3,s1)
print("".join(w))
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