From 33a6544e51bdba68fdb0db0584b139f070810716 Mon Sep 17 00:00:00 2001 From: GunukLyoo <32120377+GunukLyoo@users.noreply.github.com> Date: Sat, 2 Dec 2017 20:40:59 +0900 Subject: [PATCH] =?UTF-8?q?60162115=20=EB=A5=98=EA=B1=B4=EC=9A=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 이름 이니셜 출력 --- effects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effects.py b/effects.py index c5d251e..c4d70f4 100644 --- a/effects.py +++ b/effects.py @@ -338,7 +338,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 [76, 71, 75]: self.wall.clear() # Set every pixel to the background color, since ascii8x8 will only