Commit 165a415a by BellCodeEditor

save project

parent b5946ace
Showing with 6 additions and 1 deletions
...@@ -12,7 +12,12 @@ for i in message: ...@@ -12,7 +12,12 @@ for i in message:
str2=random.choice(message) str2=random.choice(message)
text=str+str1+str2 text=str+str1+str2
a=a+text a=a+text
print(a) o='你是傻逼qwertyuiopasdfghjklzxcvbnm'
b=list(a)
b.insert(5,o)
c="".join(b)
print(c)
......
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