Posts by Leonardo Holanda e Silva • 9 points
2 posts
-
0
votes2
answers1113
viewsQ: Comparison of python string inside if
My comparison of relatively simple strings doesn’t work and I can’t find the reason. # -*- coding: UTF-8 -*- import csv import os def sortKeywords(): keyw = [] sheetsList = os.listdir('.') for sheet…
-
-1
votes1
answer49
viewsQ: Problems with a python creation of Grid Tkinter
I’m creating an app using Python 3 and Tkinter and I’m time a problem overlapping the widgets, I can’t see the error in the code. import tkinter as tk from tkinter import ttk class MainFrame…