from turtle import left
from trigram import (
draw_trigram,
건,
곤,
리,
감,
)
left(90)
draw_trigram(리, 200)
input()