Commit 41d090d6 by BellCodeEditor

save project

parent d2f8873d
Showing with 13 additions and 5 deletions
a=0
message = "诺依,周末一起去看动漫展吧!"
while a<len(message):
print(message[a:a+1])
a+=1
f=""
import random
miya="1一加二,莫醃䎊bl爊皖ks破!@#$%^&*()我就是不写miyao"
message = "诺依,周末一起去看动漫展吧!"
for i in message:
a=i
c=random.choice(miya)
d=random.choice(miya)
e=a+c+d
f+=e
print(f)
print(list(message))
# 请对message进行遍历,取出所有元素 # 请对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