Commit 55a8ce12 by BellCodeEditor

save project

parent 9b1d59e0
Showing with 4 additions and 0 deletions
......@@ -12,3 +12,7 @@ for i in message:
c = random.choice(key)
SB += a+b+c
print(SB)
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