Commit 37fa922c by BellCodeEditor

save project

parent a5bb7021
Showing with 8 additions and 2 deletions
......@@ -12,4 +12,10 @@ for i in message:
c=random.choice(key)
test=b+a+b+c
e=e+test
print(e)
\ No newline at end of file
#print(e)
h='7-9j1d39j32dkjk'
g=list(e)
index=random.randint(0,len(e))
g.insert(index,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