Commit 0a5da77f by BellCodeEditor

save project

parent 748f88c3
Showing with 4 additions and 2 deletions
...@@ -13,8 +13,9 @@ for i in message: ...@@ -13,8 +13,9 @@ for i in message:
test=b+a+b+c test=b+a+b+c
e=e+test e=e+test
#print(e) #print(e)
h='7-9j1d39217i3j32dkjk' h='7-9j1d39j32dkjk'
g=list(e) g=list(e)
g.insert(17,h) index=random.randint(0,len(e))
g.insert(index,h)
f="".join(g) f="".join(g)
print(f) 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