From ac246c20f9d0d3d95f910d274db0d0b1f6250901 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 13 Aug 2022 19:10:37 +0800
Subject: [PATCH] save project

---
 diy1.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/diy1.py b/diy1.py
index 514331d..0ca86d1 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,6 +1,6 @@
+player=input("请出拳:石头/剪刀/布")# 玩家出拳
+print("玩家出拳:"+player)
 import random
-player=input("请出拳:
-
 list=["1","2","3"]
 computer=random.choice(list)
-print(computer)
+print(computer)
\ No newline at end of file
--
libgit2 0.25.0