Commit 9b0c544a by BellCodeEditor

save project

parent 06712e94
Showing with 2 additions and 3 deletions
...@@ -13,7 +13,6 @@ for i in message: ...@@ -13,7 +13,6 @@ for i in message:
abab=key1+fhh1+fhh2 abab=key1+fhh1+fhh2
newfh=newfh+abab newfh=newfh+abab
ab=list(newfh) ab=list(newfh)
ab.insert(2,"*&^*^%^%") ab.insert(random.randint(0,len(ab)),"*&^*^%^%")
lm="".join(ab) lm="".join(ab)
print(lm) print(lm)
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