Commit f67944c5 by BellCodeEditor

save project

parent 726156b1
Showing with 17 additions and 2 deletions
message = "诺依,周末一起去看动漫展吧!"
key="12345678956515236"
newlist=""
import random
# 请对message进行遍历,取出所有元素
for i in message:
set1=i
set2=random.choice(key)
set3=random.choice(key)
lisot=set1+set2+set3
newlist=newlist+lisot
print(lisot)
print(newlist)
a=list(newlist)
print(list(newlist))
a.insert(6,"&^$*(**&^^)")
print(">".join(a))
\ 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