Commit 8f7d0e97 by BellCodeEditor

save project

parent 86e9c56e
Showing with 13 additions and 4 deletions
a=['0']
b=['1','2','3','4','5','6']
a.extend(b[2:5])
print(a)
import random
key = "1234567890"
message = "力量对抗覅解放军的开"
key_ message = ""
noise = "port:%$^^&@$@$!"
for i in message:
str1 = i
str2 = random.choice(key)
str3 = random.choice(key)
text = str1 + str2 + str3
key_message = key_ message + text
list_message = list(key_ message)
key_ message.insert
......
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