Posts by Jaudir Cruz • 21 points
1 post
-
2
votes2
answers1583
viewsQ: Python - Assign the value of an entry to a variable
I tried to use the command mensagem = str(entry.get()) but it doesn’t work, I tried to use the entry = Entry(root, textvariable='mensagem') but also does not work, see the whole code basically want…