CLFeb 23, 20201 min readPython Fundamentals (Part 2.)Scope: Global vs. Local Left , Right Alignment, String Formatting from decimal import * ---------------------------------------------- [:...
CLFeb 18, 20201 min readPython Fundamentals (Part 1.)Python Identifiers: Starts with A-Z,a-z or underscore DON't start with digits DON'T use reserved keywords Mandarin is allowed in Python 3...