Commit 39ad6a8c by BellCodeEditor

save project

parent 53f9e6af
Showing with 6 additions and 4 deletions
import random
key="hwj我压力hjkh无可厚非放开我合法化"
key="我们一起去打篮球吧"
b="nlnflnhrjkrkheuehu"
message = "诺依,周末一起去看动漫展吧!"
nbb=" "
for i in message:
......@@ -10,8 +10,10 @@ for i in message:
i=str1+str2+str3
#print(i)
nbb=nbb+i
print(nbb)
n=list(nbb)
n.insert(5,b)
i="".join(n)
print(i)
# 请对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