From 79a7fd65d1cb3de75c13669bdd1db442175b4da2 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 12 Dec 2020 17:37:09 +0800
Subject: [PATCH] auto save

---
 diy1.py | 2 +-
 quiz.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/diy1.py b/diy1.py
index c36d75a..356a695 100644
--- a/diy1.py
+++ b/diy1.py
@@ -14,7 +14,7 @@ while i<135:
     pen.goto(0,0)
     pen.forward(200)
     pen.pendown()
-    screen.circle(100)
+    PEN.circle(100)
     pen.left(2)
     i+=1
 
diff --git a/quiz.py b/quiz.py
index 609b068..a712a84 100644
--- a/quiz.py
+++ b/quiz.py
@@ -4,5 +4,5 @@ monster =  {'盘丝洞':'蜘蛛精','白骨洞': '白骨精','大雁塔':'花妖
 # 打印出大雁塔
 print(area[3])
 # 向字典中添加 '地府':'僵尸'
-monster.append('地府','僵尸')
+monster.'地府'='僵尸'
 print(monster)
\ No newline at end of file
--
libgit2 0.25.0