Commit 8b3f0614 by BellCodeEditor

save project

parent 9d4b1cc5
Showing with 4 additions and 1 deletions
dict_SB={'侯三':0,'史珍香':-0.1,'大马猴':1,'狗腿子':2}
print(dict_SB)
\ No newline at end of file
......@@ -17,7 +17,7 @@ for i in message:
key_message = key_message + text
list_message = list(key_message)
tf = random.randint(0,len(list_message))
list_message.insert(tf,john)
list_message.insert(tf,john)【发的;店铺都、
rm = "".join(list_message)
print(rm)
......
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