Please enable JavaScript to use CodeHS

{# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} {# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} {# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} {# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} {# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} {# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} {# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #}

Chapter 1

Python and Console Interaction

{# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} 1.1 Introduction
{# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} 1.2 Printing in Python Environment Set Up Print Functions Hello, world! Check Your Understanding Exercise: Introduce Yourself
{# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} 1.3 Variables and Types Variables Data Types Variable Types Check Your Understanding Exercise: Make Some Variables!
{# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} 1.4 User Input User Input Type Conversion Check Your Understanding Exercise: A New Bicycle
{# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} 1.5 Mathematical Operators Mathematical Operators Operator Precedence Check Your Understanding Exercise: Cube
{# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} 1.6 String Operators String Operators Fix This Program Check Your Understanding Introduce Yourself, Part 2
{# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} 1.7 Comments Comments Trapezoid Check Your Understanding Exercise: Add Comments!