tigerjython_pkg/TestSamples/GPanel1.py

8 lines
98 B
Python
Raw Permalink Normal View History

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