Print
1.3 Import & loops revisited, and some syntactic sugar
To warm up a bit, let’s briefly revisit a few Python features that you are already familiar with but for which there exist some forms or details that you may not yet know, starting with the Python “import” command. We are also going to expand on, or introduce a few Python constructs that can be used to simplify code logic and clarify complex application process flow.
It is highly recommended that you try out these examples yourself and experiment with them to get a better understanding.