Commit a616409c by BellCodeEditor

save project

parent 76b19f51
Showing with 3 additions and 1 deletions
......@@ -13,6 +13,7 @@ for i in message:
c = i+a+b
e += c
e2 = list(e)
e2.insert(5,jpo)
u = random.randint(0,len(e))
e2.insert(u,jpo)
b2 = "".join(e2)
print(b2)
\ 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