1. Write a program which simulates rolling dice. It should:Display the random number rolled Ask the user if they want to rollagain. If they don't want to roll again, the program should end. Ifthey do want to roll again, the new number should display. At aminimum, the die should have 6 sides, but if you want to use a d12or d20, that is fine too.
USE PYTHON