Commit 35d63a39 by BellCodeEditor

auto save

parent e4907db0
Showing with 3 additions and 2 deletions
# 计算机随机出拳 # 计算机随机出拳
import random #导入随机数模块 import random #导入随机数模块
list=["剪刀","石头","布"] list=["剪刀","石头","布"]
com computer=random.choice(list)
\ No newline at end of file print(computer)
\ No newline at end of file
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