News

Make sure that your indentation is consistent. If you are using spaces, always use spaces and if you are using tabs, always use tabs. The mixing of two will cause issues. Indentation example. Correct ...
For loops are a bit of a nuisance in Python. My other, and bigger problems with Python is the horrible significance of using indentation to create loops, and that variables get added mysteriously ...