From 81cd15c001afbdf9c6a91c1cde77f6694027950d Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 30 Sep 2023 11:31:05 +0800
Subject: [PATCH] save project

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

diff --git a/1.py b/1.py
index d010058..4400517 100644
--- a/1.py
+++ b/1.py
@@ -1,6 +1,6 @@
 import turtle as t 
 t.bgcolor("pink")
-r=60
+r=eval(t.textinput("提示","请输入爱心大小"))
 t.color('red')
 t.pensize(5)
 t.begin_fill()
--
libgit2 0.25.0