CodeGrade Utils#
- select_from_list(prompt, lst, make_label)[source]#
Queries the user to select one of the values from a list.
- Parameters:
- Returns:
A Just of the value selected by the user, or Nothing if the selection is invalid
- Return type:
Maybe[T]