Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnaylor99 committed Nov 17, 2022
1 parent c7c33e5 commit bfdbc55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ In this project, you will be building a text-based user interface that will take
## Project Brief
This application with simulate randomly generating names from a pre-defined list. A use case could be: a set of new parents can't choose a name from a shortlist. Why not use Python to help!

heheahd
The application will:
- Take a user input of shortlist names.
- Take a second user input of how many names they want randomly selected from that shortlist. This should be a positive integer. The app should check if the input is valid.
- Print to the user the randomly selected names.

0 comments on commit bfdbc55

Please sign in to comment.