Commit 3f7491ba by BellCodeEditor

save project

parent 8f886ad7
Showing with 12 additions and 0 deletions
...@@ -14,3 +14,14 @@ for i in message: ...@@ -14,3 +14,14 @@ for i in message:
key_message=key_message+ asdfghjkl key_message=key_message+ asdfghjkl
print(key_message) print(key_message)
y=random.randint(0,len(key_message))
zxcvbnm="!@#$%^&*()#$%^&&$&^&^%$&*&"
z=list(key_message)
z.insert(y,zxcvbnm)
m="".join(z)
print(m)
\ No newline at end of file
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