This module …
Bases: object
object
A collection of CLI prompt utilities to get and validate user input.
Request the user for an int question = “question as a str”
Request the user for a confirmation to continue question = “question as a str” true = “character to be used as continue” false = “character to be used to stop”