mirror of
https://github.com/onyx-and-iris/lottery-tui.git
synced 2026-02-26 02:59:10 +00:00
remove comment
This commit is contained in:
parent
039487cfc5
commit
3ecfb84a87
@ -103,7 +103,7 @@ class Thunderball(Lottery):
|
||||
and 1 "Thunderball" number from a separate pool of 1 to 14, also without replacement.
|
||||
"""
|
||||
|
||||
POSSIBLE_NUMBERS = range(1, 40) # Thunderball numbers range from 1 to 39
|
||||
POSSIBLE_NUMBERS = range(1, 40)
|
||||
|
||||
def draw(self) -> Result:
|
||||
"""Perform a Thunderball draw."""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user