(simulates a dice).
randint()
randint() is an inbuilt function of the random module in Python3. The random module gives access to various useful functions and…