- Home
- Premium Memberships
- Lottery Results
- Forums
- Predictions
- Lottery Post Videos
- News
- Search Drawings
- Search Lottery Post
- Lottery Systems
- Lottery Charts
- Lottery Wheels
- Worldwide Jackpots
- Quick Picks
- On This Day in History
- Blogs
- Online Games
- Premium Features
- Contact Us
- Whitelist Lottery Post
- Rules
- Lottery Book Store
- Lottery Post Gift Shop
The time is now 10:39 am
You last visited
June 4, 2026, 10:59 pm
All times shown are
Eastern Time (GMT-5:00)
Making the Cash 4 Life QP generator even easier to use
Published:
Because the classifier runs individually on 5 columns, the easiest way to combine them AND eliminate duplicates is to use the properties of a Pyrhon set to concatenate them, then catch the result as a list to copy and paste into the QP Generator
list_A = [<numbers from list A>]
...
list_E = [<numbers from list E>]
neutrals = list(set(list_A + list_B + list_C + list_D + list_E))
print(neutrals)
Tested without updating the draws and it works exactly as imagined. There are other ways to do this, but the built in properties of the Python set make it the most efficient.

Comments
This Blog entry currently has no comments.
Post a Comment
Please Log In
To use this feature you must be logged into your Lottery Post account.
Not a member yet?
If you don't yet have a Lottery Post account, it's simple and free to create one! Just tap the Register button and after a quick process you'll be part of our lottery community.
Register