<pre>



	/*
		Possibilities:
			674274182400 = 52 * 51 * 50 * 49 * 48 * 47 * 46
			6.74e+11
			674274182400i64
			
			What percentage are:	
				Royal Flush:
				...
				Straight:
				
		Before Venues Built:
			3118 75200 = 52 * 51 * 50 * 49 * 48
			3.12e8
			e_note = "{:.6e}".format (311875200)	

	*/











</pre>