Please enable JavaScript to use CodeHS

CodeHS Glossary


input() Python

A function that prints a prompt and retrieves text from the user. For example: `input("what is your name:")` will prompt the user for her/his name.