7 lines
119 B
Python
7 lines
119 B
Python
feed = {
|
|
'winning_numbers': 0,
|
|
'jackpot': 1,
|
|
'special_ball': 'Powerball',
|
|
'multiplier': 'Power Play'
|
|
}
|