Commit 8b729148 by BellCodeEditor

save project

parent dca05996
Showing with 5 additions and 0 deletions
import random
wanjia=input("请出拳")
list=["剪刀","石头","布"]
computer=random.choice(list)
print("玩家出"+wanjia+"电脑出"+computer)
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