# Python's for loop is more flexible than Java's and can be used to iterate # over all kinds of sequences, including lists, strings, and files. # The basic counting for loop uses the built-in range ...