Back Navigation Next Navigation Video 3: First Statements (page 3 of 6)

Chain statements We may chain functions and methods together to perform multiple actions on an object in a single statement. The chains are evaluated from left to right.

Import packages Not all packages and libraries that are installed with your interpreter are available by default. As a result, you must import them before using them. Examples include random, math, fractions, platform & sys.