From 0e810570d858de02586831de32ef51e4c83826f9 Mon Sep 17 00:00:00 2001 From: ctyyc <33407116+ctyyc@users.noreply.github.com> Date: Sat, 2 Dec 2017 18:16:58 +0900 Subject: [PATCH] Add_Myname.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 자신의 이름 추가하기(60142276_박민구) --- effects.py | 1 + 1 file changed, 1 insertion(+) diff --git a/effects.py b/effects.py index c5d251e..ed4bc64 100644 --- a/effects.py +++ b/effects.py @@ -339,6 +339,7 @@ def run(self): # Display upper and lower case letters. The break between 90 and 97 is # for non-letter keyboard characters. for ord in range(65, 91) + range(97, 123): + for ord in [115, 151, 156, 153, 157, 157]: self.wall.clear() # Set every pixel to the background color, since ascii8x8 will only