Relation

input() Function

The input() function is used to prompt a user to enter in a value when it is run. When the function is evaluated, the prompt will be shown. Any further functions which reference the input() input will use the number provided by the user in the prompt.

0

2

Updated 2021-01-19

Tags

Data Science

Related