Check your luck
LuckyMe is a python game application trying your luck. This games is based on generating random numbers. SO all you get is your luck.
The game starts with asking for a luck index. Luck index is how lucky you feel today.
For example if give 1 as your lucky index, then you will be asked to give a number between 0 and 9 inclusive and four random numbers are generated. If any of the four numbers is your number, then you win else you lose.
For making this process more transparent, we also show the random list generated.