Please enable JavaScript to use CodeHS

Coding in Math

Lesson 3.1 Printing, Variables, and Math

Description

In this lesson, students will get an overview of the project and start learning about how to write arithmetic expressions, assign values to variables, and call the print function in Python.


Objective

Students will be able to…

  • Define the goal of the project.
  • Describe what Python is and where it is used.
  • Write basic print() functions.
  • Concatenate strings in the print() function.
  • Write basic math calculations.
  • Define what a variable is.
  • Use different types of variables in their programs.