Commit 72123f87 by BellCodeEditor

auto save

parent 027d3568
Showing with 22 additions and 1 deletions
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
for i in message:
print(i)
# 请对message进行遍历,取出所有元素 # 请对message进行遍历,取出所有元素
text='3.14159265358979'
li_text=list(text)
print(li_text)
\ No newline at end of file
import random
key='1638446782546394098726453647'
message='诺伊,周末一起去看动漫展吧!'
key_message=''
for i in range(len(message)):
a=message[i]
b=random.choice(key)
c=random.choice(key)
d=a+b+c
key_message=key_message+d
print(key_message)
message1=list(key_message)
message1.insert(random.randint(0,len(message1),'5625327595929565749472365735475746528287543347288250285845748865')
message2="".join(message1)
print(message2)
\ 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