Commit 003306d1 by BellCodeEditor

save project

parent 4ba8cfe9
Showing with 8 additions and 2 deletions
......@@ -12,5 +12,11 @@ for i in message:
l=random.choice(key)
rty=j+k+l
netrty=netrty+rty
print(netrty)
xc="#@$@#$%$#%$%"
po=list(netrty)
ppi=random.randint(0, len(netrty))
po.insert(index,xc)
nnm="".join(po)
print(nnm)
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