Please enable JavaScript to use CodeHS

Fundamentos de ciencias de la computación AP en Python

Lesson 3.5 Entradas del usuario

Description

En esta lección, los alumnos aprenden a permitir que los usuarios introduzcan información en sus programas, y a utilizar esa información en consecuencia.


Objective

Students will be able to:

  • Create programs that ask the user for input
  • Store user input in variables and print it back to the user
  • Choose the proper input function to use depending on the type of information needed