Namnbyte
This commit is contained in:
6
Pass3/8 gui_example2.py
Executable file
6
Pass3/8 gui_example2.py
Executable file
@@ -0,0 +1,6 @@
|
||||
import wx
|
||||
|
||||
app = wx.App(redirect=True)
|
||||
top = wx.Frame(None, title="Hello World", size=(300,200))
|
||||
top.Show()
|
||||
app.MainLoop()
|
||||
Reference in New Issue
Block a user