7 lines
98 B
Python
7 lines
98 B
Python
from gpanel import *
|
|
|
|
makeGPanel(0, 20, 0, 20)
|
|
|
|
for i in range(21):
|
|
line(i, 0, 20, i)
|
|
|