I am creating a program (using Python) that allows users to automatically generate a TXT file with sentences randomly selected from three files (one for each level: A, B, C). The user can select one or more of these three files and the total number of sentences he needs. I tried to use inquirer:
Select the level:
- A
- B
- C
However, it allows to select only one of the options. Is there a way to select both A and B for example?