Commit c0eef64a by BellCodeEditor

auto save

parent 5fa13bd3
Showing with 20 additions and 12 deletions
import random
key = "qbqjwh3ufhreughrdfjkwsdjweudgho34hwehdfruy2t74678e75tr49eufr893w"
message = input("加密:")
key_message = ""
for i in message:
1=i
2=random.choice(key)
3=random.choice(key)
text = 1+2+3
key_message=key_message+text
a="23erggf"
s=list(key_message)
s.insert(ramdom.randint(0,len(s)),a)
s="",join(s)
print(s)
\ No newline at end of file
import random
d=""
key="12356tgfdchjjllk"
massage="一起出去玩"
for i in massage:
s=i
s1=random.choice(key)
s2=random.choice(key)
y=s+s1+s2
d=d+y
print(d)
\ No newline at end of file
a=["1","a","b"]
s="".join(a)
print(s)
\ 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