Click the green flag to start the program. Then click on Ada. Enter your name or any name will work. Then click on the computer and watch the computer generate a one of a kind poem.
The starter project for "Ada's Poetry Generator" https://projects.raspberrypi.org/en/projects/poetry-generator. I also followed the tutorial on the RPIF website - https://projects.raspberrypi.org/en/projects/poetry-generator This project uses the following concepts: Variables; Lists and random list items; and Repetition (the repeat block). The coolest thing I learned was that I import a list from a text file. After learning this, I was able to import 100s of items at one instead of populating the list one item at a time.