Commit 9e8ea489 by BellCodeEditor

save project

parent 2899aa9e
Showing with 19 additions and 8 deletions
import random
key="abcdefgh使用变成发i急急急"
key="abcdefgh使用变成发i急tyityucvgcgtvh急急"
message="诺伊,周末一起去看动漫展吧!"
key_message=""
noise="#$%^%&*())_(*&^%$#@!@#$%^&*(*&^%$#@!))"
for i in message:
stre1=i
stre2=random.choice(key)
stre3=random.choice(key)
stre4=stre1+stre2+stre3
print(stre4)
\ No newline at end of file
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
key_message=key_message+text
li_message=list(key_message)
result_message=li_message.insert(4,noise)
result2_message="".join(result_message)
print(result2_message)
\ No newline at end of file
text="你好呀"
li_text=list(text)
print(li_text)
\ 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