Commit 325fb2cc by BellCodeEditor

save project

parent 0589d637
Showing with 9 additions and 10 deletions
key = "诺依你好"
mi = "asdf"
list_key = list(key)
import random
key = "abcdefgh"
message = 11111111
for i in message:
str1 = i
str2 = random.choice(key)
str3 = random.choice(key)
text = str1+str2+str3
key_1 = key_1+text
print(key_m)
\ No newline at end of file
num = random.randint(0,len(list_key)-1)
list_key.inster(num,mi)
print(key1)
print(list_key)
print("".jion(list_key))
\ 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