Posts by Eduardo Caetano Corrêa • 5 points
2 posts
-
0
votes2
answers419
viewsQ: Python project and Tkinter menu
Well my little project with python and the Tkinter library , I’m trying to make a registration system but I’m a little new in this part of object orientation in python, and I think this is the part…
-
0
votes1
answer678
viewsQ: Take data from a.txt file and store it in a list
What a function would look like to take this . txt and import in the lists? This function takes the data from the lists and stores the data in txt. def guardaTxt(lstModelo, lstCor, lstNumeracao,…