Posts by João Diogo Silva • 11 points
2 posts
-
1
votes1
answer108
viewsA: Display the value of a counter in a table
Solved. Entry_Sc01 = Entry(root, textvariable=varHF) Entry_Sc01.pack() Entry_Sc02 = Entry(root, textvariable=varRT) Entry_Sc02.pack() Entry_Sc03 = Entry(root, textvariable=varFNI) Entry_Sc03.pack()…
-
0
votes1
answer108
viewsQ: Display the value of a counter in a table
Long live, The goal is to simulate the iteration between the system and the user, and for that I need to know how many repetitions were performed in each test scenario. I keep my code down, Defines…