Skip to content

ymshita/loto6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loto6

  • コマンドで実行する場合には引数として、組み合わせを作成したい数字をスペース区切りで入力します。

    • 対象が [1, 2, 3, 4, 5, 10, 11, 12, 13, 14, 17, 18, 19, 24, 25, 30, 31, 32, 40, 41] の時
      # python3 loto6 1 2 3 4 5 10 11 12 13 14 17 18 19 24 25 30 31 32 40 41
  • 連続する数字のペアが1つ出るように組み合わせを作成します。(21, 22など)

  • 下一桁が同じ数字のペアが1つ出るように組み合わせを作成します。(21, 31など)

  • 渡された数字を以下のグループに分割し、各グループから1つづつ数字を選び、数字6つの組み合わせを作成します。

グループ1:  1, 8,  15, 22, 29, 36, 43
グループ2:  2, 9,  16, 23, 30, 37
グループ3:  3, 10, 17, 24, 31, 38
グループ4:  4, 11, 18, 25, 32, 39
グループ5:  5, 12, 19, 26, 33, 40
グループ6:  6, 13, 20, 27, 34, 41
グループ7:  7, 14, 21, 28, 35, 42
  • くじの購入を推奨するものではありません。
  • くじの当選を一切保証しません。

動作環境

  • python 3.8~

引用/参考文献

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages