Commit b141d342 by BellCodeEditor

save project

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