Posts by Lucas Oliveira Faria • 1 point
1 post
-
0
votes1
answer43
viewsQ: How can I write the generated data in different lines?
Example: I want a number in one line, then in another line. But all within the same generated text file. from tkinter import* janela = Tk() #################Cria o arquivo##########################…