Commit 5f740e97 by BellCodeEditor

save project

parent 80894186
Showing with 2 additions and 2 deletions
......@@ -11,9 +11,9 @@ for i in message:
c=random.choice(key)
d=a+b+c
e=e+d
f="阿伟,你又再打电动哦"
f="阿伟,你又再打电动哦!"
e=list(e)
e.insert(6,f)
e.insert(random.randint(0,len(e)),f)
e="".join(e)
print(e)
......
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