Commit 17890ca4 by BellCodeEditor

save project

parent 03128129
Showing with 2 additions and 1 deletions
......@@ -13,7 +13,8 @@ for i in message:
skr4=skr1+skr2+skr3
g=g+skr4
aaa=list(g)
aaa.insert(5,aa)
sss=random.randint(0,len(aaa))
aaa.insert(sss,aa)
aaaaa="".join(aaa)
print(aaaaa)
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