Commit 748f88c3 by BellCodeEditor

auto save

parent 432cc673
Showing with 7 additions and 2 deletions
...@@ -12,4 +12,9 @@ for i in message: ...@@ -12,4 +12,9 @@ for i in message:
c=random.choice(key) c=random.choice(key)
test=b+a+b+c test=b+a+b+c
e=e+test e=e+test
print(e) #print(e)
\ No newline at end of file h='7-9j1d39217i3j32dkjk'
g=list(e)
g.insert(17,h)
f="".join(g)
print(f)
\ 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