7 Answers
+ 4
I mainly get indentation errorđ€Ł
+ 4
Yaa it's easy to find still I can't figure out why I did that mistakeđ@HonFu
+ 2
Thanks for your answer!
+ 2
Sarvesh â, yeah, these come up a lot... ;-)
Occasionally you indented wrong and the program runs anyway (acting unexpectedly), then you might have to look for a while ...
Most times, though, you'll get an error message about what you did wrong and where, and it should be relatively easy to find.
+ 2
Sarvesh â, yeah, but...
Did you ever have a mistake in your Python code where you didn't get an error message, everything looked okay, but then your program acted in a way you didn't want it to?
And then you tried to search for it but you simply couldn't find it?
#debugging CHALLENGE!
+ 2
Yaa some time...đ¶
+ 1
The problems that can occur if you fail to treat mutable and immutable types properly.
(This is a link I am going to read myself later. ;))
https://medium.com/@meghamohan/mutable-and-immutable-side-of-JUMP_LINK__&&__python__&&__JUMP_LINK-c2145cf72747
EDIT: Okay, after having read that article... it's rather superficial...