Commit 91dc0d02 by BellCodeEditor

save project

parent 291d62da
Showing with 9 additions and 1 deletions
...@@ -12,5 +12,12 @@ for i in message: ...@@ -12,5 +12,12 @@ for i in message:
x=random.choice(key) x=random.choice(key)
u=s+y+x u=s+y+x
m=m+u m=m+u
print(m)
p=list(m)
p.insert(5,"刘红军考核奖罚看风景$$#^%$^%$%^&*^)")
r="".join(p)
print(r)
ss="明位哈天加换去码替大密制街真h吃使机烧玩d烤哈真"
for i in range(0,len(ss),3):
print(ss[i],end="")
\ 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