Please enable JavaScript to use CodeHS

Utah Introduction to Python 1

Lesson 5.5 User Input

Description

In this lesson, students will learn how to incorporate user input into their programs. Students will learn how to request user input as both strings and integers, store the input in a variable, and how format can be used to create messages.


Objective

Students will be able to:

  • Incorporate user input into their code in order to customize their programs
  • Use format to edit string messages