In-Class Activity: Runestone Activities with Values, Data Types, Operands, and Operations

 


Introduction

In this activity you will learn about values, data types, operators, and operands in Python.



Exercises

In this set of exercises, we will begin to learn some basics of Python, by executing statements, printing numerical values and strings, and using arithmetic operators.

  1. Read Section 2.1: Introduction. Watch the video in this section.

  2. Read Section 2.2: Values and Data Types. Work through the activities in this section.

  3. Read Section 2.3: Operators and Operands. Work through the activities in this section.

  4. SKIP Section 2.4 for now.

  5. Read Section 2.5: Data Types. Work through the activities in this section.

  6. Read Section 2.6: Type conversion functions. Work through the activities in this section.

  7. SKIP Sections 2.7 - 2.10 for now.

  8. Read Section 2.11: Operator Precedence. Watch the video and work through the activities in this section.

Submit