Posts by Lucas • 11 points
1 post
-
0
votes0
answers21
viewsQ: I want to save the data to a python text file, but the error occurs: Filenotfounderror: [Errno 2] No such file or directory: 'agenda.txta+'
#Quero criar um arquivo assim que o programa rodar pela primeira vez def novo_contato(): print('\n=== NOVO CONTATO ===') nome = input(' Nome: ') numero = int(input(' Número: ')) email = input('…