diff --git a/typeface.py b/typeface.py index 52402f0..4e2de9f 100644 --- a/typeface.py +++ b/typeface.py @@ -129,7 +129,7 @@ def draw_letter_t(unit): right (90) forward (unit * 1) penup () - forward (unit * 4) + forward (unit * 3) left (180) input()