Commit 59c555f2 by BellCodeEditor

save project

parent ce9f5bde
Showing with 8 additions and 1 deletions
import random
siq="林俊杰科偶家解决168q7267doPQYDHOB"
message = "诺依,周末一起去看动漫展吧!"
for i in message:
print(i)
wert=i
wert2=random.choice(siq)
wert3=random.choice(siq)
qwert=wert+wert2+wert3
print(qwert,end="")
# 请对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