Posts by Michael Oliver • 3 points
2 posts
-
-2
votes1
answer54
viewsQ: interface, I want her to save her name and phone in a txt list
from tkinter import * class Application: def __init__(self, master=None): self.fontePadrao = ("Arial", "10") self.primeiroContainer = Frame(master) self.primeiroContainer["pady"] = 10…
-
0
votes1
answer97
viewsQ: purchase script, in txt file the name of the objects of the purchases, are not below each other
print('Programa de controle: Lista de compras 1.0') numero_compras = input('Numero de itens: ') lista_compras = [] i = 1 while i <= int(numero_compras): …
pythonasked Michael Oliver 3