Python logo

Table of Contents

  • 3. An Informal Introduction to Python
    • 3.1. Using Python as a Calculator
      • 3.1.1. Numbers
      • 3.1.2. Text
      • 3.1.3. Lists
    • 3.2. First Steps Towards Programming

Previous topic

2. Using the Python Interpreter

Next topic

4. More Control Flow Tools