Commit dbd0916e by BellCodeEditor

save project

parent 1416683d
Showing with 2 additions and 2 deletions
...@@ -11,10 +11,10 @@ for i in range(len(message)): ...@@ -11,10 +11,10 @@ for i in range(len(message)):
abc=random.choice(key) abc=random.choice(key)
zxc=random.choice(key) zxc=random.choice(key)
text=qwe+abc+zxc text=qwe+abc+zxc
print(fgh)
fgh=fgh+text fgh=fgh+text
dfg=list(fgh) dfg=list(fgh)
dfg.insert(7,"@##@$@$##%$@Q$%%") i=random.randint(0,len(dfg))
dfg.insert(i,"@##@$@$##%$@Q$%%")
ghj="".join(dfg) ghj="".join(dfg)
print(ghj) print(ghj)
......
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