Posts by Matheus Pena • 21 points
2 posts
-
0
votes0
answers919
viewsQ: Typeerror: Imgoriginal() Missing 1 required positional argument: 'self'
I’m creating a program using Python3 and Tkinter. As I am working with classes and the code is giant I cut out only the part that has been error. I set a function to be used as a Scale command in…
-
1
votes1
answer675
viewsQ: Multi-line comments and Python identation error
I was writing my code and I needed to block some lines of code. As there are several, I decided to use the 3 quotes to block a part of the code. However, when I run the code it presents an…