7 lines
117 B
Python
7 lines
117 B
Python
|
|
feed = {
|
||
|
|
'winning_numbers': 2,
|
||
|
|
'jackpot': 3,
|
||
|
|
'special_ball': 'MegaBall',
|
||
|
|
'multiplier': 'Megaplier'
|
||
|
|
}
|