After slightly altering an exercise from LP3THW, I started to receive an indentation error when running the script for a second time in Powershell: "TabError: inconsistent use of tabs and spaces in indentation".
I set the editor to show the indents and it does show some space mixed up with tabs, even though I consistently use tabs only when I type. I tried indenting those specific lines several times and it doesn't work (they end up showing as dots, as for space, instead of arrows, as for tab).
Am I doing something wrong...?
(I'm using Python 3.8 in Windows 10)