Spaces vs Tabs: The Great Python Debate
If you've ever used the Python language, you'll know that it is very particular about whitespace and indentation! Each nested block of code needs to be indented 4 spaces in from the last block of code, which is equivalent to a tab - or is it?
Python ...
kera-cudmore.hashnode.dev2 min read