Commit 6442ba5a by BellCodeEditor

save project

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