Posts by Giovanni Manganotti • 1 point
2 posts
-
-1
votes1
answer297
viewsQ: Tkinter library not recognized by Pycharm
I am importing the Tkinter library into Pycharm, but Pycharm is not recognizing its functionality, not running and showing error. I attached the image of the error presented for aid.…
-
-3
votes1
answer76
viewsQ: Diagonal name display (Up to Down)
I have to read a name and display it diagonally, that is, from top to bottom. But I’m not getting the logic right, I’ve come to this: nome = input('Digite o seu nome: ') tamanho = len(nome) for nome…