wx.Frame.__init__(self, parent, -1, "A Grid", size=(275, 275)) ...
#!/usr/bin/env python3 # coding=utf-8 from random import randint import wx import wx.xrc from gui import MainFrameBase class MainFrame(MainFrameBase): def onRand(self, event): row = 0 col = 0 while ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results