# drawing.py # ---------- # By ____(you)___________ # # (Briefly describe what this program does.) from turtle import * from shapes import board from shapes import black_tile from shapes import white_tile from shapes import red_coin from shapes import blue_coin blue_coin(10) input()