From fb1cc398213e43a793ee50e46a4ab92c3e9c5caa Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 2 Jan 2022 11:55:34 +0800
Subject: [PATCH] save project

---
 diy1.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/diy1.py b/diy1.py
index 032f243..a5c0d56 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,4 +1,3 @@
-# 玩家出拳
 import random 
 mode = ["石头","剪刀","布"]
 computer = random.choice(mode)
--
libgit2 0.25.0