generated from mwc/project_drawing
Add trigram function and test script
This commit is contained in:
12
test_trigram.py
Normal file
12
test_trigram.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from turtle import left
|
||||
from trigram import (
|
||||
draw_trigram,
|
||||
건,
|
||||
곤,
|
||||
리,
|
||||
감,
|
||||
)
|
||||
|
||||
left(90)
|
||||
draw_trigram(리, 200)
|
||||
input()
|
||||
Reference in New Issue
Block a user