Commit 92b3154a by BellCodeEditor

auto save

parent a0cbfb52
Showing with 6 additions and 2 deletions
# 玩家出拳 q=input("你出啥:(核弹/菜刀/火箭头))")
\ No newline at end of file print("玩家出拳"+q)
import random
list=["核弹","菜刀","火箭筒"]
letter=random.choice(list)
print(letter)
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