I'm trying to make a simple script for some random exercise.
The exercise is:
Make a list of 1 fruit for each letter in the alphabet sorted alphabetically (Done by chatGPT)
then
- Pick a fruit at random
- Remove it and all fruits that come before it in the alphabet from that list
- Repeat 1-2
Before I attempt this I want to go through the program, see what I need, what I need to use, etc. Conceptualize it properly, then write code, instead of being clueless and starting to type random ideas in.
How should I start, what would be the first step here?
