-
Notifications
You must be signed in to change notification settings - Fork 0
05. InputHelpers Module
gabriel edited this page Jan 27, 2024
·
1 revision
The InputHelpers module in Task Tempus focuses on assisting users in providing input. Let's delve into each method and understand how they contribute to robust user input handling.
-
get_user_input(prompt): Prints a formatted prompt and retrieves user input. -
get_positive_integer_input(prompt): Validates and retrieves a positive integer input. -
get_non_empty_input(prompt): Handles non-empty input, providing specific feedback for developer name and task.
These methods ensure robust user input handling with clear instructions and validation.