Commit dbf7bce8 by BellCodeEditor

save project

parent 989c2e98
Showing with 2 additions and 2 deletions
...@@ -13,7 +13,6 @@ for i in message: ...@@ -13,7 +13,6 @@ for i in message:
d=a+b+c d=a+b+c
e=e+d e=e+d
g=list(e) g=list(e)
g.insert(5,f) g.insert(random.randint(0,len(g)),f)
g.randint(0,len(g))
h="".join(g) h="".join(g)
print(h) print(h)
\ 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