From 09537f030b6fce9641fa6aea4fceb1122f892587 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 21 May 2022 17:18:07 +0800 Subject: [PATCH] save project --- diy1.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 9544072..63b904c 100644 --- a/diy1.py +++ b/diy1.py @@ -1,2 +1,5 @@ player=input("请出拳:石头/剪刀/布")# 玩家出拳 -print("玩家出拳:"+player) \ No newline at end of file +print("玩家出拳:"+player) +import random +list=["石头","剪刀","布"] +computer=random \ No newline at end of file -- libgit2 0.25.0