Commit a4e9da93 by BellCodeEditor

save project

parent 559fef77
Showing with 21 additions and 0 deletions
import random
key="你是个大傻逼/.zcsb41hj53l13/25.l14"
message = "哈哈哈我你爹"
key_message=""
nolse = "port:@#$%^&"
for i in message:
str1 = i
str2 = randomchoice(key)
str3 = randomchoice(key)
text = str1+str2+str3
key_message = key_message + text
list_message = list(key_message)
#index = random.randint(0,len(key_))
print(key_message)
\ 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