Commit 7f354dad by BellCodeEditor

auto save

parent 507167be
Showing with 2 additions and 6 deletions
# 玩家出拳
jkol=input("请输入石头.剪刀.布:")
print("你的出拳是"+jkol)
import random import random
list=["石头"."剪刀"."布"] player = input("")
computer=random.choice(list) \ No newline at end of file
print("计算机出拳为"+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