tigerjython_pkg/TestSamples/GPanel1.py

7 lines
98 B
Python

from gpanel import *
makeGPanel(0, 20, 0, 20)
for i in range(21):
line(i, 0, 20, i)