1. Write a program which simulates rolling dice. It should: Display the random number rolled Ask...

90.2K

Verified Solution

Question

Programming

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

Answer & Explanation Solved by verified expert
3.9 Ratings (439 Votes)
import random Using randrange to generate numbers    See Answer
Get Answers to Unlimited Questions

Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!

Membership Benefits:
  • Unlimited Question Access with detailed Answers
  • Zin AI - 3 Million Words
  • 10 Dall-E 3 Images
  • 20 Plot Generations
  • Conversation with Dialogue Memory
  • No Ads, Ever!
  • Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!
Become a Member

Other questions asked by students