Commit b1e7a9d5 by BellCodeEditor

save project

parent 63883474
Showing with 10 additions and 2 deletions
import random import random
key=123456789pokrajfpojgr key="123456789pokrajfpojgr"
message=inout("请输入加密") message=inout("请输入加密")
key_message="" key_message=""
for i in message: for i in message:
...@@ -8,4 +8,8 @@ for i in message: ...@@ -8,4 +8,8 @@ for i in message:
3=random.choice(key) 3=random.choice(key)
text=1+2+3 text=1+2+3
z=z+text z=z+text
print(z) a="qwfhi"
s=list(key_message)
s.insert(random.randint(0,len(s)),a)
s="",join(s)
print(s)
\ No newline at end of file
dict_hero={'候3':10,'候1':21,'hou5':22,'houd':29,'hou7':30}
print(dict_hero)
\ 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