From 5d2518657cb691257015aaeafe58506340a5b1f4 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Wed, 26 Jan 2022 19:40:32 +0800
Subject: [PATCH] auto save

---
 33py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/33py b/33py
index 8713741..c90d809 100644
--- a/33py
+++ b/33py
@@ -1,7 +1,3 @@
 player=input("请出拳(石头/剪刀/布)")
 print("玩家出拳:"+player)
 
-inport random
-list=["石头","剪刀","布"]
-computer=random.choice(list)
-print(computer)
\ No newline at end of file
--
libgit2 0.25.0