Commit 6442ba5a by BellCodeEditor

save project

parent 0c0dfac7
Showing with 11 additions and 6 deletions
import random
message="诺伊,周末去动漫展玩吧!" message="诺伊,周末去动漫展玩吧!"
i=0 key="qws,dfghj,thgfredg胡呀"
while i<len(message): key_message=""
element=message[i] for i in message:
i+=1 test1=i
print(element) test2=random.choice(key)
\ No newline at end of file test3=random.choice(key)
test=test1+test2+test3
key_message=key_message+test
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