79615878

Date: 2025-05-10 20:17:04
Score: 1.5
Natty:
Report link

You only perform one simultaneous.

Snippet:

def BuildApplication():
    for key in jsonValueDict:       
        label = ttk.Label(topContainer, text="Insira a coluna " + jsonValueDict[key])
        label.pack()
        
        entry = ttk.Entry(topContainer)
        entry.pack()
   :
   : 

Screenshot:

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adios Gringo