This document provides examples of using Python code to demonstrate basic Python syntax and functionality. It shows how to define variables, perform arithmetic operations and print output with different data types including integers, floats, strings, lists, and complex numbers. It also demonstrates indexing, slicing and modifying list elements as well as built-in functions like len(), int(), float(), round() and str().