From 7356420577ee5332ca72b096c66ae7a98794cafa Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 22 Oct 2023 17:33:19 +0800
Subject: [PATCH] save project

---
 diy1.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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