Commit f045281f by BellCodeEditor

save project

parent 44ece723
Showing with 2 additions and 1 deletions
...@@ -13,7 +13,8 @@ for i in message: ...@@ -13,7 +13,8 @@ for i in message:
ABC=A+B+C ABC=A+B+C
Z = Z + ABC Z = Z + ABC
Z=list(Z) Z=list(Z)
Z.insert(5,NO) index=random.randint(0,len(Z))
Z.insert(index,NO)
cc = "".join(Z) cc = "".join(Z)
print(cc) print(cc)
......
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