Layout is important in Python. How code is indented tells the compiler when code runs. You can indent your program text using tabs or spaces but you need to be consistent about this. Otherwise you ...