Posts by Lucas Herler • 1 point
1 post
-
-1
votes0
answers21
viewsQ: I would like to make a calculator in python with interface that has sine, cosine, power and root
import Math import wx class Calcframe(wx. Frame): def __init__(self): no_resize = wx.DEFAULT_FRAME_STYLE & ~ (wx.RESIZE_BORDER | wx.MAXIMIZE_BOX) super().__init__( None, title="Calculadora…
pythonasked Lucas Herler 1