Expand description
Functions that facilitate terminal-based data input.
Functionsยง
- input_
bool_ prompt - Prompts user to enter a bool. Allows for several forms of true or false responses.
- input_
char_ prompt - Prompts user to enter a character.
- input_
num_ prompt - Prompts user to enter a number of any numerical type.
- input_
num_ prompt_ range - Prompts user to enter an integer within a given range.
- input_
string_ prompt - Prompts user to enter a String.