From bb4fddf69fb51f7ccdddab22d7318a035dedc596 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 20 Jun 2021 10:14:31 +0800
Subject: [PATCH] save project

---
 diy1.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/diy1.py b/diy1.py
index ffb87a5..8ef6744 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,6 +1,6 @@
-player=input("请出拳(石头/剪刀/布):")
+player=input("请出拳:")
 print("玩家出拳:"+player)
-import random
-list=["石头"/"剪刀"/"布"]
+import.random
+list=["石头","剪刀","布"]
 computer=random.choice(list)
-print(computer)
\ No newline at end of file
+print("计算机出拳:"+computer)
\ No newline at end of file
--
libgit2 0.25.0