Commit b141d342 by BellCodeEditor

save project

parent f366ded6
Pipeline #5520 failed in 0 seconds
Showing with 8 additions and 7 deletions
import random
message="诺伊,周末一起去看动漫吧!!!!!!!!!!!" message="诺伊,周末一起去看动漫吧!!!!!!!!!!!"
a=len(message) key_message=""
i=0 for i in message:
while i<a: str1=i
b=message[i] str2=random.choice(key)
print(b) str3=random.choice(key)
i+=1 key_message=key_message+test
\ No newline at end of file print(key_message)
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