Quote ID & colors generator for final project.
The generated numbers represent your unique set of quote IDs to fetch from the quotes API. Each ID corresponds to a specific quote that you'll need to retrieve and process for your assignment. You need to clean the data accordingly in order to keep just the numeric ID values.
Note: Your A.M. determines this unique set of numbers. Always use the same A.M. to get consistent results.
Additionally, some random elements below contain LOREM text instead of numeric IDs. These are fake data you should ignore. Be sure your data-cleaning logic only captures the real quote IDs. Additionally, you should use only string methods for extracting the quote IDs, use of regular expressions is not allowed.