Commit abee7246 by BellCodeEditor

auto save

parent b6a66d27
Showing with 2 additions and 0 deletions
......@@ -16,6 +16,8 @@ for a in message:
#print(c)
h=list(c)
h.insert(0,d)
index=random.randint(0,len(h))
h.insert(index,d)
str1="".join(h)
print(str1)
......
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