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