Please enable JavaScript to use CodeHS

Teaching Intro to Computer Science in Python 3

Lesson 4.3 User Input

Description

In this lesson, we cover user input. We learn how to request user input as both strings and integers, we learn where the input is stored, and we learn how to convert strings and integers. By converting strings to integers, students can incorporate their knowledge from the previous lesson (Mathematical Operators) with this lesson on user input.


Objective

SWBAT incorporate user input into their programs.