Skip to content

Instantly share code, notes, and snippets.

View WinstonN's full-sized avatar

Winston Nolan WinstonN

  • Christchurch, New Zealand
View GitHub Profile
@WinstonN
WinstonN / main.py
Created March 23, 2021 23:13
Simple Lotto number generator, with powerball
# Try and guess the lotto numbers
# http://lottoresults.co.nz/tools/lotto/number-analysis
import random
numbers_count = 6
powerball_numbers_count = 1
numbers = [
19,
1,