Skip to content

czasoprzestrzenny/lotto_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

lotto_game

pip install lotto_game

from lotto_game import lotto

lotto.try_lotto('1,2,3,4,5,6') --- number of attempts: 1 million --- random choice: {33, 2, 39, 7, 16, 49}--- my_choice: {1, 2, 3, 4, 5, 6}

--- number of attempts: 2 millions --- random choice: {1, 35, 38, 13, 14, 17}--- my_choice: {1, 2, 3, 4, 5, 6}

--- number of attempts: 3 millions --- random choice: {1, 2, 3, 20, 22, 31}--- my_choice: {1, 2, 3, 4, 5, 6}

--- number of attempts: 4 millions --- random choice: {2, 38, 7, 39, 15, 31}--- my_choice: {1, 2, 3, 4, 5, 6}

--- number of attempts: 5 millions --- random choice: {41, 43, 12, 47, 48, 24}--- my_choice: {1, 2, 3, 4, 5, 6}

--- number of attempts: 6 millions --- random choice: {2, 5, 8, 13, 21, 25}--- my_choice: {1, 2, 3, 4, 5, 6}

--- number of attempts: 6795397 --- random choice: {1, 2, 3, 4, 5, 6} --- my_choice: [1, 2, 3, 4, 5, 6]

number of attempts: 6795397. Detailed information about partially matched before you win {0: 2961898, 1: 2806238, 3: 120319, 2: 900285, 4: 6522, 5: 134, 6: 1}

About

check your lotto hapiness

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages