Commit ab46891e by BellCodeEditor

auto save

parent a4a1a1fd
Showing with 6298 additions and 11 deletions
import random L_weapon = ["匕首", "刺刀", "M-416", "AK-47", "闪光弹", "烟雾弹", "燃烧瓶"]
message='诺伊,周末一起去看动漫展吧!' print(L_weapon)
key='你今天拉稀了吗?' L_weapon.pop(1)
key_message = "" print(L_weapon)
for i in message: L_weapon.remove("M-416")
set1=i print(L_weapon)
set2=random.choice(key) L_weapon.pop(-2)
set3=random.choice(key) print(L_weapon)
sde=set1+set2+set3
key_message = key_message+sde
print(key_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