LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Project - UK & EU Lottery killas / Open Source donation builders
#3
bitsnpcs

Hope you don't mind but I managed to adapt your code to the UK Lotto game. It worked great.

Here's the adapted code:

Code:
from random import *

lottochoices = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59]

bonusnumber = [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59]

# Picks 6 lotto numbers from the choices
x = sample (lottochoices,  6)

# Picks your bonus numbers
y = sample (bonusnumber, 1)   

print x
print y

print ("You have Options - " "\nDonate a percentage of any wins to your favorite project" "\nDonate the stake instead to your favorite project")

This was great fun and my first attempt at coding.

So, thanks a lot. Or should I say -

Thanks a million!

Mart

UPDATE: For all those familiar with the UK Lotto game, did you spot the output mistake - the bonus number is not chosen by the game player but provides a winning combination/tier just below the jackpot prize. So ignore the generated bonus number and just play the first six generated numbers.

Can bitsnpcs or someone else come up with an improved code?



Still running 3.8 and lovin' it  (running 5.0 as a triple boot)
Reply


Messages In This Thread
Re: Project - UK & EU Lottery killas / Open Source donation builders - by Mart - 05-18-2018, 06:20 PM
Demo of UK Lotto killa v 1.0 - by bitsnpcs - 05-28-2018, 07:35 PM
Demo of UK Lotto killa v 1.0 - by bitsnpcs - 05-29-2018, 08:55 AM
UK Lotto v1.01 - Demo2 - by bitsnpcs - 05-30-2018, 02:42 PM
UK Lotto final - Demo 3 - by bitsnpcs - 05-31-2018, 12:53 AM
EuroMillions Killa - Final - Demo - by bitsnpcs - 06-03-2018, 08:16 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)