Commit ae000711 by BellCodeEditor

save project

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