Commit deab67c1 by BellCodeEditor

save project

parent 07c43ffc
Showing with 2 additions and 2 deletions
...@@ -13,7 +13,7 @@ for i in message: ...@@ -13,7 +13,7 @@ for i in message:
t=star1+star2+star3 t=star1+star2+star3
b=str(b)+t b=str(b)+t
a=list(b) a=list(b)
nb='67!@##$$' nb='67@@@#$'
a.insert(1,nb) a.insert(random.randint(0,len(a)),nb)
yy="".join(a) yy="".join(a)
print(yy) print(yy)
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