Python program to find a lucky number

Lucky Number: Write a python program that asks a user to enter a 5-digit number to check whether he has won the lottery. The program must display the lucky number digit by digit and declares the 5-digit lucky number at the end. If the numbers matches give a remark “Congratulations! You are a winner”. Otherwise, […]