<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>Making the Cash 4 Life QP generator even easier to use</title>
		<link>/blogentry/193758</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/193758" rel="self" type="application/rss+xml" />
		<description>hypersoniq's Blog: Making the Cash 4 Life QP generator even easier to use</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Original Blog Entry: Making the Cash 4 Life QP generator even easier to use</title>
			<link>/blogentry/193758</link>
			<guid isPermaLink="true">/blogentry/193758</guid>
			<pubDate>Tue, 05 Aug 2025 10:51:56 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>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<br /><br />list_A = [ numbers from list A ]<br /><br />...<br /><br />list_E = [ numbers from list E ]<br /><br />neutrals = list(set(list_A + list_B + list_C + list_D + list_E))<br /><br />print(neutrals)<br /><br />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.... &#x5b;&#xa0;<a href="/blogentry/193758">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Blog Entry</category>
			<category>hypersoniq</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/193758</wfw:comment>
		</item>
	</channel>
</rss>

