Posts by paulocesardias • 36 points
2 posts
-
0
votes1
answer19
viewsA: Initial Setup Problems
You probably did not check the option to add python as the standard cmd command which is located below: Add Python 3.8 to PATH: If not solve youtube search.…
pythonanswered paulocesardias 36 -
2
votes1
answer46
viewsQ: How do you put a Tkinter Text into a variable like str?
I created this code and intended that when I click on print, automatically write in Terminal everything you wrote in Text: from tkinter import * janela=Tk() #cores branco="white" preto="black"…