Trying this new configuration for PA pick 3 9/2/2023

Published:

Here is the output... (5-8-3 mid day and 8-5-0 evening). note how the list lengths equal the last draw result... Auto ranging! Now let's see if it might work...

===================================================================================
Pick 3 Mid Day Followers
===================================================================================

The number of followers in the RECENT lists: 5, total followers evaluated: 35
Mode of most recent followers sets combined (The pick!) is >>> 5.0 <<<

-------------------------------------------------------------


The number of followers in the RECENT lists: 2, total followers evaluated: 14
Mode of most recent followers sets combined (The pick!) is >>> 8.0 <<<

-------------------------------------------------------------


The number of followers in the RECENT lists: 3, total followers evaluated: 21
Mode of most recent followers sets combined (The pick!) is >>> 3.0 <<<

-------------------------------------------------------------

===================================================================================
Pick 3 Evening Followers
===================================================================================

The number of followers in the RECENT lists: 8, total followers evaluated: 56
Mode of most recent followers sets combined (The pick!) is >>> 8.0 <<<

-------------------------------------------------------------


The number of followers in the RECENT lists: 9, total followers evaluated: 63
Mode of most recent followers sets combined (The pick!) is >>> 5.0 <<<

-------------------------------------------------------------


The number of followers in the RECENT lists: 4, total followers evaluated: 28
Mode of most recent followers sets combined (The pick!) is >>> 0.0 <<<

-------------------------------------------------------------

====================================================================

Entry #220

Comments

Avatar hypersoniq -
#1
When a 0 is the last drawn number, it sets to 10 for the list length. If/else logic.
if last_drawn = = 0:
    X_length = 10
else:
    X_length = last_drawn
Avatar hypersoniq -
#2
Going to auto range the jackpot games by least significant digit.
Avatar hypersoniq -
#3
No luck, but one in position on each
Avatar hypersoniq -
#4
The work got done last night with regard to automating the list length of the jackpot games.
The logic of it is to use the digit in the "ones" column to set the list length. For example, if 52 was the last draw in position Y (they run U through Z, with Z being the powerball), then the list length is 2. For 10, 20,30 and the others ending in 0, the list length is 10.
The python of it was to convert the last number drawn, an integer, to a string, grab the last digit, and cast back to an integer. Then the previous logic applies... 1 to 9 is list length 1 to 9, but 0 is list length 10.
Avatar hypersoniq -
#5
Now the system is capable of generating exactly 1 pick for
PA mid & eve P3, P4, P5
PA match 6
Mega Millions
Powerball.

All games, one system. One python script.
Design goal is accomplished, now just waiting for a win.

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