From b371bcb5a5d9ce26b7fa76e3ad6ae103424d516e Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Fri, 11 Dec 2020 20:34:41 +0800 Subject: [PATCH] save project --- hsj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hsj.py b/hsj.py index 45451f0..18e25e0 100644 --- a/hsj.py +++ b/hsj.py @@ -1,7 +1,7 @@ import turtle screen=turtle.Screen() -a=sereen.textinpur("提示","你要多大的爱心?") +a=screen.textinpur("提示","你要多大的爱心?") b=int(a) screen=turtle.Screen() screen.bgcolor("blue") -- libgit2 0.25.0