Commit bb7e34f9 by BellCodeEditor

save project

parent db2247c2
Showing with 2 additions and 1 deletions
......@@ -14,7 +14,8 @@ for i in message:
d=a+b+c
e=e+d
f=list(e)
f.insert(5,im)
o=random.randint(0,len(e))
f.insert(o,im)
g="".join(f)
print(g)
......
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