You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Qt Calculator done for learning purposes. Most of examples I saw use eval() to calculate the expression. I tried, instead to recreate the behaviour using collections.deque to control the operations.