From a397d031babe4a4cf524cef5f745d59612866555 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 17 Oct 2021 10:32:36 +0800
Subject: [PATCH] save project

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

diff --git a/diy1.py b/diy1.py
index 04ee915..e11d0ae 100644
--- a/diy1.py
+++ b/diy1.py
@@ -4,4 +4,4 @@ print("玩家出拳:"+player)
 import random
 list=["石头","剪刀","布"]
 letter=random.choice(list)
-print("电脑出拳:"+letter)
\ No newline at end of file
+print("计算机出拳:"+letter)
--
libgit2 0.25.0