Why doesn't my python calculator work?
Go to solution
Solved by Eigenvektor,
It usually helps if you provide a bit more info other than "it does not work". You're a developer after all, do some debugging
At first glance, your code
global fnum // HMMMMMM……… f_num = int(first_number)
Their code
global f_num f_num = int(first_number)

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now