The most common error I get is some sort of indent error. I try figring it out but the code seems correct to me. Eventually I check the solution, and the only diference is 2 vs 4 spaces indent. Thinking that 1 tab = 2 spaces, I try re-writing the code with the same indent amount. Still won’t work. Then I try using for spaces for each indent, and it “magically” woks.
What is the diffrence between spaces and tabs?
Should I use 1 tab (2 spaces) or 2 tabs (4 spaces)?
Do i have to use spaces over tabs?