Commit ae000711 by BellCodeEditor

save project

parent edd255c1
Showing with 7 additions and 6 deletions
import random import random
Key = "abcdefgh" Key = "abcdefgh"
message = "" message = "诺依,周末一起去看动漫展吧!"
for i in message key_message=" "
str1=message[i] for i in message:
str1=i
str2=random.choice(Key) str2=random.choice(Key)
str3=random.choice(Key) str3=random.choice(Key)
text=str1+str2+str3 text=str1+str2+str3
key_message=message+random+text key_message=message+text
print(i) print(key_message)
\ No newline at end of file \ 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