Commit 3fd5b236 by BellCodeEditor

save project

parent 717ace8c
Showing with 6 additions and 10 deletions
message = "诺依,周末一起去看动漫展吧!"
a=""
for i in message:
str=1
str2=random.choice(key)
str3=random.choice(key)
b=str+str2+str3
a=a+b
print(a)
\ No newline at end of file
a = "诺依,周末一起去看动漫展吧!"
b=list(a)
b.insert(4,"adhxha")
c="".join(b)
print(c)
\ 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