From 37dcbb75248d29a7114fbee4c21d811726313985 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Thu, 3 Aug 2023 16:19:46 +0800
Subject: [PATCH] save project

---
 bug.py | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

diff --git a/bug.py b/bug.py
index 587d95b..39dddcd 100644
--- a/bug.py
+++ b/bug.py
@@ -1,14 +1,6 @@
-# 悟空想画个六芒星魔法阵,主要的代码已写出,但这有bug,请你帮忙调试下~
-import turtle
-s=turtle.Screen()
-pen=turtle.Pen()
-a=s.textinput("提示","你想要多大的魔法阵呀?")
-size=int(a)
-pen.penup()
-pen.goto(0,-190)
-pen.pendown()
-pen.circle(size)
-pen.circle(size,360,3)
-pen.circle(size,60)
-pen.circle(size,360,3)
-turtle.done()
+z="123456"
+m="799720"
+a=input("请输入用户名")
+s=input("请输入密码")
+if a == z and s == m:
+    print("成功")
\ No newline at end of file
--
libgit2 0.25.0