We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb9572 commit a5ba37dCopy full SHA for a5ba37d
calculator/calculator2.py
@@ -1,7 +1,5 @@
1
# Inspirado no programa 'clac1.py' do livro "Python and Tkinter Programming" de John E.Grayson
2
from tkinter import *
3
-if 'constants' not in __import__('tkinter').__all__:
4
- from tkinter import constants
5
6
def frame(root, side):
7
w = Frame(master=root)
0 commit comments