Commit 2f054d61 by BellCodeEditor

save project

parent 03e50070
Showing with 8 additions and 1 deletions
......@@ -8,5 +8,12 @@ for i in message:
c = random.choice(key)
text = a + b + c
u = u + text
print(u)
s = list(u)
s.insert(5,"354365%^%4675674")
w = "".join(s)
print(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