PyPyPath
← All modules
✏️

Module 2

Python Basic Syntax and Data Types

Your first lines of Python: print, variables, and data types.

  1. 1

    Input and Output

    print() and input().

    10 min
  2. 2

    Comments

    Notes in your code.

    5 min
  3. 3

    Variables

    Named boxes for data.

    10 min
  4. 4

    Data Types

    int, float, str, bool.

    12 min
  5. 5

    Typecasting

    Changing one type to another.

    8 min