7 Réponses
+ 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
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...